mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Ignore .DS_Store and other stuff from default skin
This commit is contained in:
parent
3215aed270
commit
c12f97a6f2
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"revert": "ssh jordaneldredge.com sh < scripts/revert.sh",
|
||||
"format":
|
||||
"prettier --write js/**/*.js css/**/*.css webpack.config.js webpack.production.config.js",
|
||||
"build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -r ../base-2.91.wsz .",
|
||||
"build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .",
|
||||
"skin-info": "unzip -vl skins/base-2.91.wsz"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue