forked from OpenWebGAL/WebGAL_Terre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change android template package name
Former-commit-id: 9129490
- Loading branch information
Showing
5 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# 克隆 WebGAL Android 模板 | ||
cd release/assets/templates/ | ||
rm -rf WebGAL_Android_Template | ||
git clone https://github.com/nini22P/WebGAL-Android.git | ||
mv WebGAL-Android WebGAL_Android_Template | ||
# MainActivity.kt 移动到主文件夹防止误删 | ||
mv WebGAL_Android_Template/app/src/main/java/io/github/nini22p/webgal/MainActivity.kt WebGAL_Android_Template/app/src/main/java/MainActivity.kt | ||
mv WebGAL_Android_Template/app/src/main/java/com/openwebgal/demo/MainActivity.kt WebGAL_Android_Template/app/src/main/java/MainActivity.kt | ||
|
||
cd ../../../ | ||
cd release | ||
|
||
# 删除冗余文件 | ||
rm -rf assets/templates/WebGAL_Android_Template/.github | ||
rm -rf assets/templates/WebGAL_Android_Template/.git | ||
rm -rf assets/templates/WebGAL_Android_Template/.gitattributes | ||
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep | ||
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/io | ||
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters