Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
6babb52e
Commit
6babb52e
authored
Apr 13, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
99ff874f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletions
+20
-1
script/jiagu.sh
+14
-0
script/script_help.sh
+6
-1
No files found.
script/jiagu.sh
0 → 100755
View file @
6babb52e
#!/usr/bin/env bash
cd
../../
basepath
=
$(
cd
`
dirname
$0
`
;
pwd
)
project_name
=
${
basepath
##*/
}
.
gradle.properties
cd
../360_jiagu/jiagu
java
-jar
jiagu.jar
-login
15902141504 qwqw10010
java
-jar
jiagu.jar
-config
-x86
java
-jar
jiagu.jar
-importsign
"../../
${
project_name
}
/app/
${
signing_certificate
}
"
${
signging_certificatePassword
}
${
signing_keyAlias
}
${
signging_storePassword
}
java
-jar
jiagu.jar
-jiagu
"../../
${
project_name
}
/resGuardApks/
${
project_name
}
_release.apk"
"../../
${
project_name
}
/resGuardApks"
-autosigns
now_time
=
$(
date
"+%Y-%m-%d %H_%M_%S"
)
cp resGuardApks/
"
${
project_name
}
_release_101_jiagu.apk"
"/Users/connor/Documents/apks/
${
project_name
}
_release_jg_
${
now_time
}
.apk"
script/script_help.sh
View file @
6babb52e
...
...
@@ -17,7 +17,7 @@ echo "14、生成工具包"
echo
"15、功能代码同步"
echo
"16、压缩切图"
echo
"17、给GP图片添加水印"
echo
"18、加固"
echo
-n
"请输入指令编号:"
...
...
@@ -135,6 +135,11 @@ then
chmod a+x mark_screen_img.py
./mark_screen_img.py
"
${
corp_id
}
"
"
${
app_id
}
"
elif
((
$commod
==
'18'
))
then
chmod a+x jiagu.sh
./jiagu.sh
else
echo
"找不到编号"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment