Trying to fix Github actions 8.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-06-25 19:26:20 -03:00
parent 8a69d938f7
commit e2607522a8
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF

View file

@ -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" \