diff --git a/celestia.iss b/celestia.iss index 2885e11ed..3f0555500 100644 --- a/celestia.iss +++ b/celestia.iss @@ -5,7 +5,7 @@ [Setup] AppName=Celestia -AppVerName=Celestia 1.5.0pre3 +AppVerName=Celestia 1.5.0pre6 AppPublisher=Shatters Software AppPublisherURL=http://www.shatters.net/celestia/ AppSupportURL=http://www.shatters.net/celestia/ @@ -322,6 +322,14 @@ Source: "textures\medres\venuslike.jpg"; DestDir: "{app}/textures/medres"; Source: "textures\medres\venuslikenight.jpg"; DestDir: "{app}/textures/medres"; Flags: ignoreversion Source: "textures\medres\venussurface.jpg"; DestDir: "{app}/textures/medres"; Flags: ignoreversion +; Textures (High resolution) +Source: "textures\hires\iapetus.jpg"; DestDir: "{app}/textures/hires"; Flags: ignoreversion +Source: "textures\hires\moon.jpg"; DestDir: "{app}/textures/hires"; Flags: ignoreversion +Source: "textures\hires\moonbump.jpg"; DestDir: "{app}/textures/hires"; Flags: ignoreversion +Source: "textures\hires\phoebe.jpg"; DestDir: "{app}/textures/hires"; Flags: ignoreversion +Source: "textures\hires\tethys.jpg"; DestDir: "{app}/textures/hires"; Flags: ignoreversion +Source: "textures\hires\titan.jpg"; DestDir: "{app}/textures/hires"; Flags: ignoreversion + ; Shaders (NV) Source: "shaders\bumpdiffuse.vp"; DestDir: "{app}/shaders"; Flags: ignoreversion