summaryrefslogtreecommitdiff
path: root/build/packwin
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-01 13:20:27 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-01 13:20:27 -0300
commit6768f2471a198879788e1b48f690535a58573d32 (patch)
treeda2d499541ce9ae6e5afa9adb6de0f734b1af784 /build/packwin
parent294b01920f399fab038ea004038f86abb6314edd (diff)
downloadmv-6768f2471a198879788e1b48f690535a58573d32.tar.gz
mv-6768f2471a198879788e1b48f690535a58573d32.tar.bz2
mv-6768f2471a198879788e1b48f690535a58573d32.tar.xz
mv-6768f2471a198879788e1b48f690535a58573d32.zip
Remove versioning (1.9.3.23 -> 1.0)
Diffstat (limited to 'build/packwin')
-rwxr-xr-xbuild/packwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/packwin b/build/packwin
index 4459a5052..e92e0dc2e 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.9.3.23" \
+ -DPRODUCT_VERSION="1.0" \
-DEXESUFFIX=/src \
-DUPX=true \
-DBITS=${BITS} \