Package files directly in snapcraft.yaml
We don't need to convert things anymore, so reference files directly in the snap yaml file.
This commit is contained in:
@@ -13,8 +13,24 @@ confinement: strict
|
||||
|
||||
parts:
|
||||
novnc:
|
||||
source: build/
|
||||
source: .
|
||||
plugin: dump
|
||||
organize:
|
||||
utils/launch.sh: /
|
||||
stage:
|
||||
- vnc.html
|
||||
- app
|
||||
- core/**/*.js
|
||||
- vendor/**/*.js
|
||||
- launch.sh
|
||||
stage-packages:
|
||||
- bash
|
||||
|
||||
svc-script:
|
||||
source: snap/local
|
||||
plugin: dump
|
||||
stage:
|
||||
- svc_wrapper.sh
|
||||
stage-packages:
|
||||
- bash
|
||||
- jq
|
||||
|
||||
Reference in New Issue
Block a user