Commit Graph

17 Commits

Author SHA1 Message Date
Manfred Karrer
af27682f2f
Merge Development 2017-09-21 09:56:01 -05:00
Silvio Marano
69efbaf00e Update Bisq.iss
the lines
SetupIconFile={localappdata}\Bisq.ico 
UninstallDisplayIcon={localappdata}\Bisq.ico 
are wrong, Bisq folder is located in {localappdata} and the icons are inside Bisq\ path so a more coherent change would be
SetupIconFile={localappdata}\Bisq\Bisq.ico 
UninstallDisplayIcon={localappdata}\Bisq\Bisq.ico 
but even this would be wrong since SetupIconFiledirective as it is used on compile time only and should contain the absolute path to the icon
Same issue on  `WizardSmallImageFile={localappdata}\Bisq-setup-icon.bmp `
2017-07-26 21:47:01 +02:00
Manfred Karrer
a7f3d68cb1 Version 0.5.3 with hotfix for fixing wrong app data name (bisq was renamed to Bisq -> we rename the app data dir). 2017-07-17 10:05:08 +02:00
Manfred Karrer
b7d8a0acb6 set version 0.5.2 2017-07-16 16:29:10 +02:00
Manfred Karrer
fe488c4516 Change path for icon (not tested yet) 2017-07-16 15:25:19 +02:00
Manfred Karrer
6bbac2903b Change version nr back to 0.5.1 (0.5.2 is not ready yet) 2017-07-14 11:41:20 +02:00
Manfred Karrer
4bdb43c44e Try to fix win icon issue 2017-07-03 12:18:37 +02:00
Manfred Karrer
e68f4219c6 v0.5.2 2017-07-03 12:18:14 +02:00
Manfred Karrer
570549bfd1 v0.5.1 2017-07-01 00:32:06 +02:00
Manfred Karrer
e5940ab142 Fix icon path for windoze 2017-06-28 01:54:34 +02:00
Manfred Karrer
863528389d Fix icon path for windoze 2017-06-28 01:51:34 +02:00
Manfred Karrer
d327acfa6d Fix paths, icon name 2017-06-28 01:14:04 +02:00
Manfred Karrer
59f1ca76e5 Rename file 2017-06-28 01:03:23 +02:00
Manfred Karrer
aab806db28 Rename file 2017-06-28 01:03:09 +02:00
Manfred Karrer
4c46293373 Fix git ignore (bat was ignored!) 2017-06-28 00:54:58 +02:00
Manfred Karrer
61c65264c7 Git issues WIP 2017-06-28 00:42:01 +02:00
Manfred Karrer
43e05d271e Rename dir 2017-06-28 00:38:08 +02:00