1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(Windows): Build NSIS installer in Unicode mode

ANSI mode is deprecated.
This commit is contained in:
Anthony Bilinski 2022-03-02 20:11:19 -08:00
parent 1353fc934e
commit 9f84184ba8
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
3 changed files with 3 additions and 1 deletions

View File

@ -1101,7 +1101,7 @@ else
echo "Using cached build of NSIS ShellExecAsUser plugin `cat $NSISSHELLEXECASUSER_PREFIX_DIR/done`"
fi
# Install ShellExecAsUser plugin
cp "$NSISSHELLEXECASUSER_PREFIX_DIR/bin/ShellExecAsUser.dll" /usr/share/nsis/Plugins/x86-ansi/
cp "$NSISSHELLEXECASUSER_PREFIX_DIR/bin/ShellExecAsUser.dll" /usr/share/nsis/Plugins/x86-unicode/
# mingw-ldd

View File

@ -1,3 +1,4 @@
Unicode True
###################
#META
###################

View File

@ -1,3 +1,4 @@
Unicode True
###################
#META
###################