Skip to content
Snippets Groups Projects
Unverified Commit e7323f2e authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] fix missing variable for custom desktop file

parent 1ab57c9c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment