Skip to content

Commit

Permalink
Fix AppVeyor MSI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Nov 23, 2019
1 parent 72407f7 commit 5e7f2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- set VCREDIST_DLL=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x86\Microsoft.VC141.CRT
- set VCREDIST_MSM=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\MergeModules\Microsoft_VC141_CRT_x86.msm
- set WIXDIR=C:\Program Files (x86)\WiX Toolset v3.11\bin
- set OPENSSL=C:\OpenSSL-Win32\bin
- set OPENSSL=C:\OpenSSL-v111-Win32\bin
- set SEVENZIP=7z
- C:\Python37\python scripts\download.py

Expand Down
2 changes: 1 addition & 1 deletion scripts/win32/packages/msi/wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

<?define ProductName="APK Editor Studio" ?>
<?ifndef $(env.CI) ?>
<?ifndef env.CI ?>
<?define ProductVersion="$(env.VERSION)" ?>
<?else ?>
<?define ProductVersion="0.0.0" ?>
Expand Down

0 comments on commit 5e7f2f8

Please sign in to comment.