Script: remove 'set -e' from BundleDependencies.sh

Fixes CI build failure due to 'QM-Format error' on windows
This commit is contained in:
Rosalie Wanders
2022-03-06 15:08:44 +01:00
parent 916748b2ce
commit 9472f41bf4
-1
View File
@@ -2,7 +2,6 @@
#
# ./BundleDependencies.sh "./Bin/Release/rmg/RMG.exe" "./Bin/Release/rmg" "/mingw64/bin"
#
set -e
exe="$1"
bin_dir="$2"