🚧 update path

This commit is contained in:
Vladislav Nepogodin 2021-09-27 01:37:22 +04:00
parent 994d70b226
commit 3a07784a7e
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
project('cachyos-hello', 'cpp',
version: '0.6.7',
version: '0.6.8',
license: 'GPLv3',
meson_version: '>=0.55.0',
default_options: ['cpp_std=c++17',

View File

@ -105,9 +105,9 @@ void quick_message(Gtk::Window* parent, const std::string& message) {
int result = gtk_dialog_run(GTK_DIALOG(dialog));
std::vector<std::string> argv{};
if (result == GTK_RESPONSE_NO) {
argv = {fix_path("~/.local/bin/calamares-offline.sh")};
argv = {fix_path("/usr/local/bin/calamares-offline.sh")};
} else {
argv = {fix_path("~/.local/bin/calamares-online.sh")};
argv = {fix_path("/usr/local/bin/calamares-online.sh")};
}
int child_stdout{};

View File

@ -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="transient-for">window</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="website">https://gitlab.com/cachyos/cachyos-hello</property>
<property name="website-label">GitLab</property>