summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-12-04 19:25:06 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2019-12-05 17:10:21 +0100
commitc90493a35aa04f63d628ae0d93e393df84be2724 (patch)
tree5085768bb4387abed64e8536a9c4f3c978085c16 /Makefile
parent505f11bff3ce7cd7048c9da1510137e6a6c0e7c5 (diff)
[pkg] fix icon in snap
Also, fix the version string reported in the dialog.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4bf8c55..b15bed4 100644
--- a/Makefile
+++ b/Makefile
@@ -177,6 +177,7 @@ gen_pkg_snap:
@cd build/${PROVIDER}/snap && python3 generate.py
@rm build/${PROVIDER}/snap/data.json build/${PROVIDER}/snap/snapcraft-template.yaml
@mkdir -p build/${PROVIDER}/snap/gui && cp branding/assets/default/icon.svg build/${PROVIDER}/snap/gui/icon.svg
+ @cp branding/assets/default/icon.png build/${PROVIDER}/snap/gui/${PROVIDER}-vpn.png
gen_pkg_deb:
@cp -r ${TEMPLATES}/debian build/${PROVIDER}