From 1629563b73369899b8ce69d7e458f1aea5dd532d Mon Sep 17 00:00:00 2001 From: chrin Date: Fri, 3 Oct 2025 09:45:09 +0200 Subject: [PATCH] now to gitea --- hush.py | 2 +- hush.sh | 2 +- hush_g1.sh | 2 +- hush_g2.sh | 2 +- hush_g3.sh | 2 +- hush_o2.sh | 2 +- hush_pif.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hush.py b/hush.py index 73f1567..0938bcb 100644 --- a/hush.py +++ b/hush.py @@ -21,7 +21,7 @@ from src.gui import AppGui _pymodule = os.path.basename(__file__) _appname, _appext = _pymodule.split(".") -_appversion = "1.8.1" +_appversion = "1.8.4" # _title = """Power Usage & Saving Hierarchy""" #, HUSH!""" _title = """HUSH!""" diff --git a/hush.sh b/hush.sh index 76fa539..6f3ee71 100755 --- a/hush.sh +++ b/hush.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.8.3 +cd /proscan/bd/applications/hush/hla/latest # For use if script is sourced rather than executed appNameDefault="hush.sh" diff --git a/hush_g1.sh b/hush_g1.sh index a0dc674..0c313f6 100755 --- a/hush_g1.sh +++ b/hush_g1.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.8.3 +cd /proscan/bd/applications/hush/hla/latest # For use if script is sourced rather than executed appNameDefault="hush_g1.sh" diff --git a/hush_g2.sh b/hush_g2.sh index 29525e4..890110a 100755 --- a/hush_g2.sh +++ b/hush_g2.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.8.3 +cd /proscan/bd/applications/hush/hla/latest # For use if script is sourced rather than executed appNameDefault="hush_g2.sh" diff --git a/hush_g3.sh b/hush_g3.sh index e20407a..954a5f8 100755 --- a/hush_g3.sh +++ b/hush_g3.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.8.3 +cd /proscan/bd/applications/hush/hla/latest # For use if script is sourced rather than executed appNameDefault="hush_g3.sh" diff --git a/hush_o2.sh b/hush_o2.sh index c75c628..67b9f78 100755 --- a/hush_o2.sh +++ b/hush_o2.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.8.3 +cd /proscan/bd/applications/hush/hla/1.8.4 # For use if script is sourced rather than executed appNameDefault="hush_o2.sh" diff --git a/hush_pif.sh b/hush_pif.sh index 2e90282..8a55dc1 100755 --- a/hush_pif.sh +++ b/hush_pif.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd /proscan/bd/applications/hush/hla/1.8.3 +cd /proscan/bd/applications/hush/hla/latest # For use if script is sourced rather than executed appNameDefault="hush_pif.sh"