mirror of
https://github.com/winapps-org/winapps.git
synced 2025-09-15 05:59:31 +02:00
fix: update winapps-launcher
Signed-off-by: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
diff --git a/WinApps-Launcher.sh b/WinApps-Launcher.sh
|
||||||
|
index 1d3a929..a5d7d4c 100755
|
||||||
--- a/WinApps-Launcher.sh
|
--- a/WinApps-Launcher.sh
|
||||||
+++ b/WinApps-Launcher.sh
|
+++ b/WinApps-Launcher.sh
|
||||||
@@ -19,7 +19,7 @@ declare -rx EC_WIN_NOT_SPEC=6
|
@@ -19,7 +19,7 @@ declare -rx EC_WIN_NOT_SPEC=6
|
||||||
@@ -6,6 +8,6 @@
|
|||||||
# Paths
|
# Paths
|
||||||
-declare -rx ICONS_PATH="./Icons"
|
-declare -rx ICONS_PATH="./Icons"
|
||||||
+declare -rx ICONS_PATH="@out@/Icons"
|
+declare -rx ICONS_PATH="@out@/Icons"
|
||||||
declare -rx APPDATA_PATH="${HOME}/.local/share/winapps"
|
declare -rx APPDATA_PATH="${XDG_DATA_HOME:-$HOME/.local/share}/winapps"
|
||||||
declare -rx CONFIG_PATH="${HOME}/.config/winapps"
|
declare -rx CONFIG_PATH="${XDG_CONFIG_HOME:-$HOME/.config}/winapps"
|
||||||
declare -rx CONFIG_FILE="${CONFIG_PATH}/winapps.conf"
|
declare -rx CONFIG_FILE="${CONFIG_PATH}/winapps.conf"
|
||||||
|
@@ -9,12 +9,12 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
rev = "9b3f6c581791222a3a04508606755d6d0519f322";
|
rev = "87f92a80c7e421ab7d1b8801e647dcbfaaa6ee34";
|
||||||
hash = "sha256-Hy/o5IY9HmTWaX54Ek5ABmppPpzgM+MdCrhzEzVmtwY=";
|
hash = "sha256-aZ8uusg5yQOD1xYfaX2IQCbcPdHuVA0tiy1NDkdGCCs=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "winapps-launcher";
|
pname = "winapps-launcher";
|
||||||
version = "0-unstable-2025-03-11";
|
version = "0-unstable-2025-09-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "winapps-org";
|
owner = "winapps-org";
|
||||||
|
Reference in New Issue
Block a user