mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-15 19:32:56 -03:00
Update to version 3.3.0
This commit is contained in:
parent
e18a4c048c
commit
83998493f7
8 changed files with 54 additions and 33 deletions
13
patches/dont-check-map-count.patch
Normal file
13
patches/dont-check-map-count.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/dzgui.sh b/dzgui.sh
|
||||
index cbd49c2..d61b716 100755
|
||||
--- a/dzgui.sh
|
||||
+++ b/dzgui.sh
|
||||
@@ -1850,7 +1850,7 @@ initial_setup(){
|
||||
watcher_deps
|
||||
check_architecture
|
||||
check_version
|
||||
- check_map_count
|
||||
+ # check_map_count
|
||||
fetch_helpers
|
||||
config
|
||||
steam_deps
|
13
patches/dont-hardcode-zenity.patch
Normal file
13
patches/dont-hardcode-zenity.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/dzgui.sh b/dzgui.sh
|
||||
index 6f98976..8293d45 100755
|
||||
--- a/dzgui.sh
|
||||
+++ b/dzgui.sh
|
||||
@@ -37,7 +37,7 @@ notify_url="$stable_url/helpers/d.html"
|
||||
notify_img_url="$stable_url/helpers/d.webp"
|
||||
forum_url="https://github.com/aclist/dztui/discussions"
|
||||
version_file="$config_path/versions"
|
||||
-steamsafe_zenity="/usr/bin/zenity"
|
||||
+steamsafe_zenity="zenity"
|
||||
|
||||
#TODO: prevent connecting to offline servers
|
||||
#TODO: abstract zenity title params and dimensions
|
12
patches/dont-write-desktop-entry-during-runtime.patch
Normal file
12
patches/dont-write-desktop-entry-during-runtime.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/dzgui.sh b/dzgui.sh
|
||||
index d61b716..6f98976 100755
|
||||
--- a/dzgui.sh
|
||||
+++ b/dzgui.sh
|
||||
@@ -214,6 +214,7 @@ Categories=Game
|
||||
END
|
||||
}
|
||||
freedesktop_dirs(){
|
||||
+ return
|
||||
mkdir -p "$sd_install_path"
|
||||
mkdir -p "$freedesktop_path"
|
||||
#TODO: update url
|
Loading…
Add table
Add a link
Reference in a new issue