Skip to content

Commit c419176

Browse files
committed
fixed: GuiMods web GUI (v1) broken
1 parent c418ddd commit c419176

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

HelperResources/CommonResources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ updateActiveFile ()
541541
if ! [ -f "$activeFile" ] || ! cmp -s "$sourceFile" "$activeFile" ; then
542542
backupActiveFile "$activeFile"
543543
cp "$sourceFile" "$activeFile"
544+
chmod +r "$activeFile"
544545
if [[ -x "$activeFile.orig" ]]; then
545546
chmod +x "$activeFile"
546547
fi

blindInstall/SetupHelperVersion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.7
1+
v8.8

changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v8.8:
2+
fixed: GuiMods web GUI (v1) broken (patched file permissions incorrect)
3+
14
v8.7:
25
updatePackage: always rebuild patch files
36
provide version-dependent velib_phthon for this and other packages

venus-data-UninstallPackages.tgz

0 Bytes
Binary file not shown.

venus-data.tgz

53 Bytes
Binary file not shown.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.7
1+
v8.8

0 commit comments

Comments
 (0)