Skip to content

Commit

Permalink
添加签名文件到仓库直接供CI使用
Browse files Browse the repository at this point in the history
安全全靠密码,SysKiller.org 你咋就倒了呢
  • Loading branch information
xausky committed Jul 27, 2019
1 parent aaf53a3 commit 151d60b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ android:
install:
- echo y | sdkmanager "ndk-bundle"
script:
- curl -u xausky:$SYSKILLER_TOKEN https://syskiller.org/remote.php/webdav/xausky.jks -o ../xausky.jks
- ./gradlew assembleRelease
deploy:
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unity模组管理器

> ⼀个便捷的程序可以修改游戏内资源包括:Unity游戏资源,Wwise音频资源
> 一个便捷的程序可以修改游戏内资源包括:Unity游戏资源,Wwise音频资源
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/unitymodmanager/localized.svg)](https://crowdin.com/project/unitymodmanager)
[![Build Status](https://travis-ci.org/xausky/UnityModManager.svg?branch=master)](https://travis-ci.org/xausky/UnityModManager)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}
signingConfigs {
releaseConfig {
storeFile file("../../xausky.jks")
storeFile file("../xausky.jks")
storePassword project.hasProperty("KEYSTORE_PASS") ? KEYSTORE_PASS : System.getenv("KEYSTORE_PASS")
keyAlias project.hasProperty("ALIAS_NAME") ? ALIAS_NAME : System.getenv("ALIAS_NAME")
keyPassword project.hasProperty("ALIAS_PASS") ? ALIAS_PASS : System.getenv("ALIAS_PASS")
Expand Down
Binary file added xausky.jks
Binary file not shown.

0 comments on commit 151d60b

Please sign in to comment.