mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-06 09:21:19 +00:00
Updated various bits
This commit is contained in:
parent
6103dbfdce
commit
95cdbd9bb2
4 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
6
android/app/src/main/make_pakQ3Q.bat
Normal file
6
android/app/src/main/make_pakQ3Q.bat
Normal 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/
|
|
@ -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>
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue