Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 8a21378

Browse files
committed
[Bug 8704] Fix autoupdater on Linux
1 parent a596cf3 commit 8a21378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9774,9 +9774,9 @@ command revIDECheckForUpdates
97749774
case "Linux"
97759775
-- MDW-2015-12-19 [[fix_installer]] LC8-style setup filename
97769776
if the processor is "x86_64" then
9777-
put item 1 to -3 of the filename me & "/setup.x86_64" into tCommand
9777+
put item 1 to -4 of the filename of me & "/setup.x86_64" into tCommand
97789778
else
9779-
put item 1 to -3 of the filename me & "/setup.x86" into tCommand
9779+
put item 1 to -4 of the filename of me & "/setup.x86" into tCommand
97809780
end if
97819781
put tCommand && "install -foregroundupdate" into tCommand
97829782
break

0 commit comments

Comments
 (0)