mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 23:59:21 -04:00
commit
1d605bd634
@ -46,9 +46,9 @@ script:
|
|||||||
- ./gradlew test
|
- ./gradlew test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: release
|
||||||
api-key: $GITHUB_API_KEY
|
api-key: $GITHUB_API_KEY
|
||||||
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk
|
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/release/app-release.apk
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
name: PojavLauncher_DevBuild-$TRAVIS_COMMIT
|
name: PojavLauncher_DevBuild-$TRAVIS_COMMIT
|
||||||
body: Automatic build of PojavLauncher from the latest source commit ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z').
|
body: Automatic build of PojavLauncher from the latest source commit ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z').
|
||||||
|
4
keystore.properties
Normal file
4
keystore.properties
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
storePassword=store-pass
|
||||||
|
keyPassword=key-pass
|
||||||
|
keyAlias=alias
|
||||||
|
storeFile=test-keystore.jks
|
3
test-keystore.jks
Normal file
3
test-keystore.jks
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
keytool -genkey -keystore test-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias alias -storepass store-pass -keypass key-pass -dname "CN=a" -noprompt
|
||||||
|
# keytool is inside "[...]/Android/Android Studio/jre/bin" and "$JAVA_HOME/bin"
|
||||||
|
# there are many variations of this command that also generate a valid test-keystore.jks
|
Loading…
x
Reference in New Issue
Block a user