mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Release on appveyor
This commit is contained in:
@ -15,6 +15,6 @@ install:
|
||||
- npm install
|
||||
|
||||
build_script:
|
||||
- npm run build:win
|
||||
- npm run release:win
|
||||
|
||||
test: off
|
||||
|
||||
@ -34,7 +34,8 @@
|
||||
"build" : "npm run clean && build --win --mac --linux",
|
||||
"build:mac" : "npm run clean && build --mac",
|
||||
"build:win" : "npm run clean && build --win",
|
||||
"release" : "npm run clean && build --win --mac --linux -p always"
|
||||
"release" : "npm run clean && build --win --mac --linux -p always",
|
||||
"release:win": "npm run clean && build --win -p always"
|
||||
},
|
||||
"dependencies": {
|
||||
"ad-block" : "^4.1.3",
|
||||
|
||||
Reference in New Issue
Block a user