Updated various bits

This commit is contained in:
Simon 2022-05-15 11:27:37 +01:00
parent 6103dbfdce
commit 95cdbd9bb2
4 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View file

@ -56,3 +56,4 @@ Release/
local.properties
drbeef-release-key.keystore
android/app/src/main/cpp/code/vr/vr_version.h
android/app/src/main/assets/pakQ3Q.pk3

View file

@ -0,0 +1,6 @@
cd assets
del pakQ3Q.pk3
cd ..
powershell Compress-Archive pakQ3Q/* pakQ3Q.zip
rename pakQ3Q.zip pakQ3Q.pk3
move pakQ3Q.pk3 assets/

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ioquake3Quest</string>
<string name="app_name">Quake3Quest-Quest1</string>
</resources>

View file

@ -2,8 +2,8 @@
setlocal
set BUILD_TYPE=debug
set VERSION=1.1.0
set BUILD_TYPE=release
set VERSION=1.1.0-quest1
@REM Define the following environment variables to sign a release build
@REM set KEYSTORE=