Closed Tallguy298 closed 2 months ago
Aw man, sorry about that. I somehow managed to do the last compile of the script with an old version of InstallerGen (and then didn't test the WBStartup option). Hotfix incoming!
Thanks, Rob
On Wed, 25 Sept 2024 at 05:33, Alexander Gent @.***> wrote:
Using your current installer version 0.8 crashes on line 78.
Changing the lines fixes the problem...
(complete 80) ; (copyfiles (prompt "Copying DrawerGenie to WBStartup...") (help @copyfiles-help) (infos) (source @default-dest) (dest "SYS:WBStartup") (choices "DrawerGenie") )
Regards, Alex.
— Reply to this email directly, view it on GitHub https://github.com/daedalus2097/drawergenie/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA43ASE3KJZQ4H4JPJCL6HTZYI4KDAVCNFSM6AAAAABOZUO7BWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DMOBXGQ4DONQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Using your current installer version 0.8 crashes on line 78.
Changing the lines fixes the problem...
(complete 80)
;
(copyfiles
(prompt "Copying DrawerGenie to WBStartup...")
(help @copyfiles-help)
(infos)
(source @default-dest)
(dest "SYS:WBStartup")
(choices "DrawerGenie")
)
Regards, Alex.