diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-11-30 19:46:34 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-11-30 19:46:34 +0100 |
commit | e7323f2e3845a4287096520b5cc8787b32913dd5 (patch) | |
tree | 8bbf199e3b8b01077611fe7b649b19b82daa9d0a /branding/templates/snap | |
parent | 1ab57c9cd40b63f22f1a977c304221a638b06164 (diff) |
[pkg] fix missing variable for custom desktop file
Diffstat (limited to 'branding/templates/snap')
-rw-r--r-- | branding/templates/snap/snapcraft-template.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/snap/snapcraft-template.yaml b/branding/templates/snap/snapcraft-template.yaml index ee1b9ef..26a3ae5 100644 --- a/branding/templates/snap/snapcraft-template.yaml +++ b/branding/templates/snap/snapcraft-template.yaml @@ -50,7 +50,7 @@ parts: go-packages: - 0xacab.org/leap/bitmask-vpn/cmd/bitmask-vpn override-build: | - cp $SNAPCRAFT_STAGE/../snap/local/riseup-vpn.desktop $SNAPCRAFT_PRIME/riseup-vpn.desktop + cp $SNAPCRAFT_STAGE/../snap/local/${binaryName}.desktop $SNAPCRAFT_PRIME/${binaryName}.desktop snapcraftctl build override-prime: | rm -rf $SNAPCRAFT_PRIME/../snap/hooks/.mypy_cache |