summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-14 22:50:59 +0800
committerruki <[email protected]>2023-11-14 22:50:59 +0800
commite861b85caa465a4370917972c34f237d271f8d16 (patch)
tree7b1c2a4a7ad37a30e105fad4d4d3488cf5981a69 /xmake/scripts
parentc1ba5880b4ba84bfec6497627633f5cd5ab1dfff (diff)
modify basename
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/xpack/nsis/makensis.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/nsis/makensis.nsi b/xmake/scripts/xpack/nsis/makensis.nsi
index 856ebffd1..7bda3ed81 100644
--- a/xmake/scripts/xpack/nsis/makensis.nsi
+++ b/xmake/scripts/xpack/nsis/makensis.nsi
@@ -20,8 +20,8 @@
; set the package name
Name "${PACKAGE_NAME} - v${VERSION}"
-; set the output file name
-OutFile "${PACKAGE_FILENAME}"
+; set the output file path
+OutFile "${PACKAGE_OUTPUTFILE}"
; use unicode
Unicode true