From 4f9e83b3b31f023ea9d2adc624e8688078bb06c1 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Thu, 1 Aug 2024 21:17:51 +1000 Subject: [PATCH 1/3] Fix typo --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index d3a3d76..9974261 100755 --- a/installer.sh +++ b/installer.sh @@ -40,7 +40,7 @@ readonly USER_BIN_PATH_WIN='\\tsclient\home\.local\bin' # WINDOWS path to 'bin' # 'APP' readonly SYS_APP_PATH="/usr/share/applications" # UNIX path to 'applications' directory for a '--system' WinApps installation. readonly USER_APP_PATH="${HOME}/.local/share/applications" # UNIX path to 'applications' directory for a '--user' WinApps installation. -readonly USER_APP_PATH_WIN='\\tsclient\home\.local\share\applications' # WINDOWS oath to 'applications' directory for a '--user' WinApps installation. +readonly USER_APP_PATH_WIN='\\tsclient\home\.local\share\applications' # WINDOWS path to 'applications' directory for a '--user' WinApps installation. # 'APPDATA' readonly SYS_APPDATA_PATH="/usr/local/share/winapps" # UNIX path to 'application data' directory for a '--system' WinApps installation. readonly USER_APPDATA_PATH="${HOME}/.local/share/winapps" # UNIX path to 'application data' directory for a '--user' WinApps installation. From d3650c8e0fb257dabe170fa4deffb1561edc65fa Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Thu, 1 Aug 2024 21:29:21 +1000 Subject: [PATCH 2/3] Corrected misleading comment. --- bin/winapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index 2c96366..b9dacfc 100755 --- a/bin/winapps +++ b/bin/winapps @@ -538,7 +538,7 @@ function waRunCommand() { # Capture the process ID. FREERDP_PID=$! else - # Script summoned from right-click menu with officially supported application name plus/minus a file path. + # Script summoned from right-click menu or application icon (plus/minus a file path). if [ -e "${SCRIPT_DIR_PATH}/../apps/${1}/info" ]; then # shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck. source "${SCRIPT_DIR_PATH}/../apps/${1}/info" From 9cab5af8f8af24c8461d03ad6ecedd9fae099e59 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Thu, 1 Aug 2024 23:19:17 +1000 Subject: [PATCH 3/3] Added 'Star History' chart to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c575bef..1924a68 100644 --- a/README.md +++ b/README.md @@ -445,3 +445,12 @@ The installer can be run multiple times. To update your installation of WinApps: 1. Run the WinApps installer to remove WinApps from your system. 2. Pull the latest changes from the WinApps GitHub repository. 3. Re-install WinApps using the WinApps installer. + +## Star History + + + + + Star History Chart + +