1
0
mirror of https://github.com/janet-lang/janet synced 2025-07-06 03:52:54 +00:00

Installer changes windows.

This commit is contained in:
Calvin Rose 2024-12-05 20:11:39 -06:00
parent 85cb35e68f
commit a4e7d2f142
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,9 @@ jobs:
- name: Test the project - name: Test the project
shell: cmd shell: cmd
run: build_win test run: build_win test
- name: Test installer build
shell: cmd
run: build_win dist
test-windows-min: test-windows-min:
name: Build and test on Windows Minimal build name: Build and test on Windows Minimal build

View File

@ -138,7 +138,8 @@ if defined APPVEYOR_REPO_TAG_NAME (
set RELEASE_VERSION=%JANET_VERSION% set RELEASE_VERSION=%JANET_VERSION%
) )
if defined CI ( if defined CI (
set WIXBIN="c:\Program Files (x86)\WiX Toolset v3.11\bin\" set WIXBIN="%WIX%bin"
echo WIXBIN = %WIXBIN%
) else ( ) else (
set WIXBIN= set WIXBIN=
) )