mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
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:
parent
3a962a84c5
commit
cd1800187e
2
amiga/dist/Install
vendored
2
amiga/dist/Install
vendored
@ -39,7 +39,7 @@
|
|||||||
;;; Script execution starts here ;;;
|
;;; Script execution starts here ;;;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(set osver (getversion))
|
(set osver (getversion "libs:version.library"))
|
||||||
(set osver (/ osver 65536))
|
(set osver (/ osver 65536))
|
||||||
|
|
||||||
(if (= @app-name "NetSurfAutoInstall") (set #AutoInstall 1))
|
(if (= @app-name "NetSurfAutoInstall") (set #AutoInstall 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user