Update Vision package again.
- Reworks how settings are handled: if the settings file has not yet been created or is empty, we now populate defaults from appdir/InitialSettings.
This commit is contained in:
parent
65af2da017
commit
35a2e0e615
@ -2218,11 +2218,11 @@ if [ IsOptionalHaikuImagePackageAdded Vision ] {
|
||||
Echo "No optional package Vision available for $(TARGET_ARCH)" ;
|
||||
} else {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage vision-0.9.7-x86-gcc4-2013-06-04.zip
|
||||
InstallOptionalHaikuImagePackage vision-0.9.7-x86-gcc4-2013-06-04-2.zip
|
||||
: $(baseURL)/vision-0.9.7-x86-gcc4-2013-06-04.zip ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
vision-0.9.7-x86-gcc2-2013-06-04.zip
|
||||
vision-0.9.7-x86-gcc2-2013-06-04-2.zip
|
||||
: $(baseURL)/vision-0.9.7-x86-gcc2-2013-06-04.zip ;
|
||||
}
|
||||
AddSymlinkToHaikuImage home config settings deskbar Applications
|
||||
|
Loading…
x
Reference in New Issue
Block a user