summaryrefslogtreecommitdiffstats
path: root/development/qb64pe/qb64pe-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'development/qb64pe/qb64pe-launcher')
-rw-r--r--development/qb64pe/qb64pe-launcher3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/qb64pe/qb64pe-launcher b/development/qb64pe/qb64pe-launcher
index 8729180619..b5497d9c6a 100644
--- a/development/qb64pe/qb64pe-launcher
+++ b/development/qb64pe/qb64pe-launcher
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=3.12.0
+VERSION=3.14.1
DEST="$HOME/.config/qb64pe-$VERSION"
if [ ! -d $DEST ]
then
@@ -9,6 +9,7 @@ then
mkdir -p $DEST
cd $DEST
tar xvfz /usr/src/qb64pe-$VERSION/QB64pe-$VERSION.tar.gz --strip-components=1
+ rm $DEST/internal/version.txt
make clean OS=lnx
make OS=lnx BUILD_QB64=y -j1
rm -rf run_qb64pe.sh