Trying to fix Github actions 8.
This commit is contained in:
parent
8a69d938f7
commit
e2607522a8
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ cd ..
|
||||||
i686-w64-mingw32-strip \${INSTALL_PREFIX}/x86/*
|
i686-w64-mingw32-strip \${INSTALL_PREFIX}/x86/*
|
||||||
x86_64-w64-mingw32-strip \${INSTALL_PREFIX}/x64/*
|
x86_64-w64-mingw32-strip \${INSTALL_PREFIX}/x64/*
|
||||||
|
|
||||||
|
echo Is NSIS installed?
|
||||||
|
ls -l "\${WINEPREFIX}/drive_c/Program Files"
|
||||||
|
ls -l "\${WINEPREFIX}/drive_c/Program Files (x86)"
|
||||||
|
|
||||||
python ./DeployTools/deploy.py \
|
python ./DeployTools/deploy.py \
|
||||||
-d "\${INSTALL_PREFIX}" \
|
-d "\${INSTALL_PREFIX}" \
|
||||||
-c "\${BUILD_PATH}/package_info.conf" \
|
-c "\${BUILD_PATH}/package_info.conf" \
|
||||||
|
|
Loading…
Reference in a new issue