mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-01 04:49:23 +00:00
Compare commits
3 Commits
release/2.
...
32b6de0c3a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32b6de0c3a | ||
|
|
7e22e7b67d | ||
| 36f0d7450c |
@@ -13,9 +13,9 @@ dbus_includes = [
|
|||||||
dbus_service_dir = join_paths(get_option('datadir'), 'dbus-1/services')
|
dbus_service_dir = join_paths(get_option('datadir'), 'dbus-1/services')
|
||||||
|
|
||||||
if get_option('dbus-service-use-appid')
|
if get_option('dbus-service-use-appid')
|
||||||
dbus_service_name = 'io.github.Hexchat'
|
dbus_service_name = 'net.zoite.Zoitechat'
|
||||||
dbus_output_file = 'io.github.Hexchat.service'
|
dbus_output_file = 'net.zoite.Zoitechat.service'
|
||||||
dbus_cargs = '-DDBUS_SERVICE="io.github.Hexchat"'
|
dbus_cargs = '-DDBUS_SERVICE="net.zoite.Zoitechat"'
|
||||||
else
|
else
|
||||||
dbus_service_name = 'org.zoitechat.service'
|
dbus_service_name = 'org.zoitechat.service'
|
||||||
dbus_output_file = 'org.zoitechat.service.service'
|
dbus_output_file = 'org.zoitechat.service.service'
|
||||||
|
|||||||
@@ -373,10 +373,10 @@ begin
|
|||||||
idpClearFiles;
|
idpClearFiles;
|
||||||
|
|
||||||
if WizardIsComponentSelected('themes\windows10') then
|
if WizardIsComponentSelected('themes\windows10') then
|
||||||
idpAddFile('https://dl.zoitechat.org/themes/GTK3Themes/Windows-10-3.2.1.zip', ExpandConstant('{tmp}\Windows-10-3.2.1.zip'));
|
idpAddFile('https://dl.zoitechat.zoite.net/themes/GTK3Themes/Windows-10-3.2.1.zip', ExpandConstant('{tmp}\Windows-10-3.2.1.zip'));
|
||||||
|
|
||||||
if WizardIsComponentSelected('themes\windows10dark') then
|
if WizardIsComponentSelected('themes\windows10dark') then
|
||||||
idpAddFile('https://dl.zoitechat.org/themes/GTK3Themes/Windows-10-Dark-3.2.1-dark.zip', ExpandConstant('{tmp}\Windows-10-Dark-3.2.1-dark.zip'));
|
idpAddFile('https://dl.zoitechat.zoite.net/themes/GTK3Themes/Windows-10-Dark-3.2.1-dark.zip', ExpandConstant('{tmp}\Windows-10-Dark-3.2.1-dark.zip'));
|
||||||
|
|
||||||
if not WizardIsTaskSelected('portable') then
|
if not WizardIsTaskSelected('portable') then
|
||||||
begin
|
begin
|
||||||
|
|||||||
Reference in New Issue
Block a user