Trying to fix Github actions 9.
This commit is contained in:
parent
e2607522a8
commit
4347748ddb
2 changed files with 5 additions and 4 deletions
|
@ -64,10 +64,6 @@ 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" \
|
||||||
|
|
|
@ -27,6 +27,11 @@ git clone https://github.com/webcamoid/DeployTools.git
|
||||||
/c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/*
|
/c/msys64/mingw32/bin/strip "${INSTALL_PREFIX}"/x86/*
|
||||||
/c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/*
|
/c/msys64/mingw64/bin/strip "${INSTALL_PREFIX}"/x64/*
|
||||||
|
|
||||||
|
echo Is NSIS locatable inside MSYS?
|
||||||
|
which makensis
|
||||||
|
# C:\Program Files (x86)\NSIS\makensis.exe
|
||||||
|
ls "/c/Program Files (x86)/NSIS"
|
||||||
|
|
||||||
PYTHONPATH=${SOURCES_DIR}/DeployTools
|
PYTHONPATH=${SOURCES_DIR}/DeployTools
|
||||||
BUILD_PATH=${SOURCES_DIR}/build-x64
|
BUILD_PATH=${SOURCES_DIR}/build-x64
|
||||||
python DeployTools/deploy.py \
|
python DeployTools/deploy.py \
|
||||||
|
|
Loading…
Reference in a new issue