diff --git a/InstallForgeProject/OpenAdhan.ifp b/InstallForgeProject/OpenAdhan.ifp index 9f6c649..0cf2a8a 100644 Binary files a/InstallForgeProject/OpenAdhan.ifp and b/InstallForgeProject/OpenAdhan.ifp differ diff --git a/OpenAdhanForWindowsX/Properties/AssemblyInfo.cs b/OpenAdhanForWindowsX/Properties/AssemblyInfo.cs index f1fd964..ac546f4 100644 --- a/OpenAdhanForWindowsX/Properties/AssemblyInfo.cs +++ b/OpenAdhanForWindowsX/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")] diff --git a/OpenAdhanForWindowsX/RegistrySettingsHandler.cs b/OpenAdhanForWindowsX/RegistrySettingsHandler.cs index 3d66f9f..972d2a1 100644 --- a/OpenAdhanForWindowsX/RegistrySettingsHandler.cs +++ b/OpenAdhanForWindowsX/RegistrySettingsHandler.cs @@ -301,8 +301,8 @@ public void InstallOpenAdhanRegistryKeys() InstallRegistryValueWithPermissions(automaticDaylightSavingsAdjustmentKey, "0", "int"); } InstallRegistryValueWithPermissions(initialInstallFlagKey, "1", "int"); - InstallRegistryValueWithPermissions(normalAdhanFilePathkey, System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Random"), "string"); - InstallRegistryValueWithPermissions(fajrAdhanFilePathKey, System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Random"), "string"); + InstallRegistryValueWithPermissions(normalAdhanFilePathkey, "Random", "string"); + InstallRegistryValueWithPermissions(fajrAdhanFilePathKey, "Random", "string"); InstallRegistryValueWithPermissions(openAdhanInstalledVersionKey, System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(), "string"); // Save the version of OpenAdhan that was installed (for future use in the installer/updater) InstallRegistryValueWithPermissions(windowPositionXKey, "100", "int"); InstallRegistryValueWithPermissions(windowPositionYKey, "100", "int"); diff --git a/OpenAdhanRegistrySetupApp/Properties/AssemblyInfo.cs b/OpenAdhanRegistrySetupApp/Properties/AssemblyInfo.cs index d8f65f1..4950657 100644 --- a/OpenAdhanRegistrySetupApp/Properties/AssemblyInfo.cs +++ b/OpenAdhanRegistrySetupApp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")]