mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-16 07:46:58 -04:00
Update location of makeappx.exe in Create-DraftRelease
This commit is contained in:
parent
6aae6dd974
commit
2a83c6a6e2
@ -166,9 +166,9 @@ if ($electronbuild -eq "local" -and (-not $portableonly) -and $winAppx -and ($sk
|
|||||||
if (-Not $dryrun) {
|
if (-Not $dryrun) {
|
||||||
mkdir $appxBundleDir
|
mkdir $appxBundleDir
|
||||||
mv $winAppx $appxBundleDir
|
mv $winAppx $appxBundleDir
|
||||||
& "C:\Program Files (x86)\Windows Kits\10\bin\x64\makeappx.exe" bundle /d $appxBundleDir /p $winAppxbundle
|
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\makeappx.exe" bundle /d $appxBundleDir /p $winAppxbundle
|
||||||
} else {
|
} else {
|
||||||
"[DRYRUN]: & 'C:\Program Files (x86)\Windows Kits\10\bin\x64\makeappx.exe' bundle /d $appxBundleDir /p $winAppxbundle"
|
"[DRYRUN]: & 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\makeappx.exe' bundle /d $appxBundleDir /p $winAppxbundle"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Build portable app if not in cloud
|
# Build portable app if not in cloud
|
||||||
|
Loading…
x
Reference in New Issue
Block a user