🚧 update path
This commit is contained in:
parent
994d70b226
commit
3a07784a7e
|
@ -1,5 +1,5 @@
|
||||||
project('cachyos-hello', 'cpp',
|
project('cachyos-hello', 'cpp',
|
||||||
version: '0.6.7',
|
version: '0.6.8',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
meson_version: '>=0.55.0',
|
meson_version: '>=0.55.0',
|
||||||
default_options: ['cpp_std=c++17',
|
default_options: ['cpp_std=c++17',
|
||||||
|
|
|
@ -105,9 +105,9 @@ void quick_message(Gtk::Window* parent, const std::string& message) {
|
||||||
int result = gtk_dialog_run(GTK_DIALOG(dialog));
|
int result = gtk_dialog_run(GTK_DIALOG(dialog));
|
||||||
std::vector<std::string> argv{};
|
std::vector<std::string> argv{};
|
||||||
if (result == GTK_RESPONSE_NO) {
|
if (result == GTK_RESPONSE_NO) {
|
||||||
argv = {fix_path("~/.local/bin/calamares-offline.sh")};
|
argv = {fix_path("/usr/local/bin/calamares-offline.sh")};
|
||||||
} else {
|
} else {
|
||||||
argv = {fix_path("~/.local/bin/calamares-online.sh")};
|
argv = {fix_path("/usr/local/bin/calamares-online.sh")};
|
||||||
}
|
}
|
||||||
|
|
||||||
int child_stdout{};
|
int child_stdout{};
|
||||||
|
|
|
@ -598,7 +598,7 @@ We, the CachyOS Developers, hope that you will enjoy using CachyOS as much as we
|
||||||
<property name="type-hint">dialog</property>
|
<property name="type-hint">dialog</property>
|
||||||
<property name="transient-for">window</property>
|
<property name="transient-for">window</property>
|
||||||
<property name="program-name">CachyOS Hello</property>
|
<property name="program-name">CachyOS Hello</property>
|
||||||
<property name="version">0.6.7</property>
|
<property name="version">0.6.8</property>
|
||||||
<property name="comments" translatable="yes">Welcome screen for CachyOS</property>
|
<property name="comments" translatable="yes">Welcome screen for CachyOS</property>
|
||||||
<property name="website">https://gitlab.com/cachyos/cachyos-hello</property>
|
<property name="website">https://gitlab.com/cachyos/cachyos-hello</property>
|
||||||
<property name="website-label">GitLab</property>
|
<property name="website-label">GitLab</property>
|
||||||
|
|
Loading…
Reference in New Issue