Mercurial > trustbridge
comparison packaging/linux-createpackage.sh.in @ 892:4087e489f569
Install 128px icon for linux
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 08 Aug 2014 13:06:28 +0200 |
parents | 02e357826417 |
children | 419cf0560d45 |
comparison
equal
deleted
inserted
replaced
891:fc39f3a1b466 | 892:4087e489f569 |
---|---|
13 | 13 |
14 EXEFILES=("@CMAKE_BINARY_DIR@/cinst/cinst" | 14 EXEFILES=("@CMAKE_BINARY_DIR@/cinst/cinst" |
15 "@CMAKE_BINARY_DIR@/cinst/mozilla" | 15 "@CMAKE_BINARY_DIR@/cinst/mozilla" |
16 "@CMAKE_BINARY_DIR@/ui/trustbridge" | 16 "@CMAKE_BINARY_DIR@/ui/trustbridge" |
17 "@CMAKE_BINARY_DIR@/ui/trustbridge-tray-starter.sh") | 17 "@CMAKE_BINARY_DIR@/ui/trustbridge-tray-starter.sh") |
18 ICON="@CMAKE_SOURCE_DIR@/ui/img/logo.png" | 18 ICON="@CMAKE_SOURCE_DIR@/ui/img/logo-128.png" |
19 | 19 |
20 L10N_DE_FILE="@CMAKE_BINARY_DIR@/packaging/linux-installer.l10n-de" | 20 L10N_DE_FILE="@CMAKE_BINARY_DIR@/packaging/linux-installer.l10n-de" |
21 | 21 |
22 # Make installation in TMPDIR, this is what we will put into the | 22 # Make installation in TMPDIR, this is what we will put into the |
23 # shar-archive. | 23 # shar-archive. |