Set OS version to the disk-based version, as Installer by default reads the ROM version... which is v40 and indistinguishable between 3.1 and 3.5/9.

This commit is contained in:
Chris Young 2016-03-02 23:44:00 +00:00
parent 3a962a84c5
commit cd1800187e

2
amiga/dist/Install vendored
View File

@ -39,7 +39,7 @@
;;; Script execution starts here ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(set osver (getversion))
(set osver (getversion "libs:version.library"))
(set osver (/ osver 65536))
(if (= @app-name "NetSurfAutoInstall") (set #AutoInstall 1))