[gnome-weather] flatpak: Use simlink instead of path to binary for launching
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] flatpak: Use simlink instead of path to binary for launching
- Date: Thu, 14 Feb 2019 01:41:03 +0000 (UTC)
commit c066bfc067396326c4931d78fb3b40fcf1719400
Author: Christopher Davis <brainblasted disroot org>
Date: Wed Feb 13 20:38:29 2019 -0500
flatpak: Use simlink instead of path to binary for launching
Previously Weather used a direct link to it's binary to
launch. Since we have a human-readable simlink in path, we
can just use it as our command.
org.gnome.Weather-unstable.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
index 8fd45fa..1cfce46 100644
--- a/org.gnome.Weather-unstable.json
+++ b/org.gnome.Weather-unstable.json
@@ -3,7 +3,7 @@
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
- "command" : "/app/share/org.gnome.Weather/org.gnome.Weather",
+ "command" : "gnome-weather",
"tags" : [
"nightly"
],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]