Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard-package-script
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
mycard-package-script
Commits
68e98245
Commit
68e98245
authored
Aug 25, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename
parent
8b08cc47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
src/pack-utility.sh
src/pack-utility.sh
+1
-1
No files found.
README.md
View file @
68e98245
...
...
@@ -25,7 +25,7 @@
### 更新 APP JSON 信息
```
bash
./index.sh uploadApp
s
Json <APP 名称> <JSON 文件路径>
./index.sh uploadAppJson <APP 名称> <JSON 文件路径>
```
文件默认从
`./jsons/<APP 名称>.json`
获取。
...
...
src/pack-utility.sh
View file @
68e98245
...
...
@@ -69,7 +69,7 @@ getAppJson() {
getAppInfoRaw
"
$@
"
| jq
".data[0].appData"
|
tee
"./jsons/
$appName
.json"
}
uploadApp
s
Json
()
{
uploadAppJson
()
{
appName
=
"
$1
"
jsonPath
=
"
$2
"
if
[[
-z
"
$jsonPath
"
]]
;
then
...
...
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