diff --git a/Zenith-latest-2020-07-21-13_01_07.iso b/Zenith-latest-2020-07-21-13_18_03.iso similarity index 99% rename from Zenith-latest-2020-07-21-13_01_07.iso rename to Zenith-latest-2020-07-21-13_18_03.iso index 6d1ed81c..07793c25 100644 Binary files a/Zenith-latest-2020-07-21-13_01_07.iso and b/Zenith-latest-2020-07-21-13_18_03.iso differ diff --git a/src/Once.CC b/src/Once.CC index 8306c9fe..a992e86a 100755 --- a/src/Once.CC +++ b/src/Once.CC @@ -21,7 +21,7 @@ U0 Tmp() } break; case BOOT_SRC_DVD: - PopUpRunFile("::/ZSplash.CC"); + PopUpRunFile("::/Zenith/ZSplash.CC"); "\nIf you answer 'No' you can play with\n" "the live CD without installing.\n\n" "Install onto hard drive "; @@ -41,7 +41,7 @@ U0 Tmp() } break; case BOOT_SRC_HARDDRIVE: - PopUpRunFile("::/ZSplash.CC"); + PopUpRunFile("::/Zenith/ZSplash.CC"); case BOOT_SRC_RAM: "$$PURPLE$$$$TX+CX,\"Tip of the Day\"$$$$FG$$\n"; TipOfDay; diff --git a/src/ZSplash.CC b/src/Zenith/ZSplash.CC old mode 100755 new mode 100644 similarity index 100% rename from src/ZSplash.CC rename to src/Zenith/ZSplash.CC