From 7119332a94e56e324230759f7bb3217428063d17 Mon Sep 17 00:00:00 2001 From: capehill Date: Sun, 26 Jan 2025 14:51:48 +0200 Subject: [PATCH] Update installer --- amiga-extra/Install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/amiga-extra/Install b/amiga-extra/Install index 11a8cb4aa7272..82d2385cf468f 100755 --- a/amiga-extra/Install +++ b/amiga-extra/Install @@ -7,7 +7,7 @@ copy SDK/local/newlib/lib/libSDL3-3.2_debug.so SObjs: echo Copying documentation ... makedir SYS:Documentation/SDL3/ copy README-amigaos4.md SYS:Documentation/SDL3/ -copy README-SDL.txt SYS:Documentation/SDL3/ +copy README.md SYS:Documentation/SDL3/ Copy WhatsNew.txt SYS:Documentation/SDL3/ Copy LICENSE.txt SYS:Documentation/SDL3/ @@ -28,9 +28,6 @@ set option `RequestChoice "SDK" "Would you like to install the SDK?" "Yes, pleas If $option eq 1 echo Copying SDK files ... copy SDK/#? SDK: all - - protect SDK:local/newlib/bin/sdl3-config +rweds - delete SDK:local/newlib/lib/libSDL3.so makelink from=SDK:local/newlib/lib/libSDL3.so to=SObjs:libSDL3-3.2.so soft Else