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

[pkg] cleanup icons

parent d5f06cc4
No related branches found
No related tags found
No related merge requests found
branding/assets/riseup/icon.bmp

64.1 KiB

No preview for this file type
File deleted
branding/assets/riseup/riseupvpn.ico

4.19 KiB

......@@ -7,7 +7,7 @@ Comment[es]=VPN Facil de ${name}
Comment[de]=Easy VPN by ${name}
Exec=${binaryName} %U
Terminal=false
Icon=riseupvpn
Icon=icon
Categories=Network;Application;
StartupNotify=true
X-AppInstall-Package=${binaryName}
......
......@@ -32,7 +32,7 @@ VERSION = data.get('version', 'unknown')
APP_PATH = os.path.abspath(here + '/../dist/' + APPNAME + ".app")
STAGING = os.path.abspath(here + '/../staging/')
ASSETS = os.path.abspath(here + '/../assets/')
ICON = os.path.join(ASSETS, APPNAME.lower() + '.icns')
ICON = os.path.join(ASSETS, 'icon.icns')
SCRIPTS = os.path.join(os.path.abspath(here), 'scripts')
INFO_PLIST = APP_PATH + '/Contents/Info.plist'
HELPER_PLIST = os.path.join(SCRIPTS, 'se.leap.bitmask-helper.plist')
......
......@@ -30,7 +30,7 @@ RequestExecutionLevel admin
!define BITMAP_FILE riseupvpn.bmp
!define BITMAP_FILE icon.bmp
!define MUI_ICON "..\assets\$applicationNameLower.ico"
!define MUI_UNICON "..\assets\$applicationNameLower.ico"
......
// Code generated by go generate; DO NOT EDIT.
// This file was generated by vendorize.py
// At 2019-07-29 21:55:46
// At 2019-07-30 21:50:50
package config
......
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