From 006c63bdc89f6fbc6a7b5ae907a1bdea7fe8d53d Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Fri, 2 Feb 2024 17:10:35 -0500 Subject: [PATCH] Further work on the installer. It does not work just yet, so don't get too excited. --- audiogame-manager.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index a06c013..8e66f20 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -22,7 +22,7 @@ license() { left blank, the Original Developer is the Initial Developer. The Initial Developer of the Original Code is Billy "Storm Dragon" Wolfe. All portions of - the code written by Billy Wolfe are Copyright (c) 2020. All Rights + the code written by Billy Wolfe are Copyright (c) 2020, 2024. All Rights Reserved. Contributor Michael Taboada. @@ -2077,7 +2077,10 @@ download "https://erion.cf/files/ag_103.zip" add_launcher "c:\Program Files\dragonpong\DragonPong.exe" ;; "Dreamland") - + download https://scwl-1251129685.cos.ap-shanghai.myqcloud.com/dreamland/Win/DreamLandSetup.exe + install_wine_bottle speechsdk + $wine "${cach}/DreamLandSetup.exe" /silent + ;; "Duck Hunt") export bottle="l-works" download "http://files.l-works.net/dhsetup.exe"