mirror of
https://github.com/CR-DESIGN-Solutions/Tequila
synced 2026-01-16 15:04:19 -05:00
Check for Tequila.exe instead of icon.exe in the installation path. Version 1.0.0.20.
Reverted size change on the Settings window.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Tequila
|
||||
|
||||
public static bool SetupNeeded {
|
||||
get {
|
||||
return GamePath == "" || !File.Exists(Path.Combine(GamePath, "icon.exe"));
|
||||
return GamePath == "" || !File.Exists(Path.Combine(GamePath, "Tequila.exe"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
2
TequilaPC/Preferences.Designer.cs
generated
2
TequilaPC/Preferences.Designer.cs
generated
@@ -279,7 +279,7 @@
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnOK;
|
||||
this.ClientSize = new System.Drawing.Size(384, 384);
|
||||
this.ClientSize = new System.Drawing.Size(384, 362);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.groupBox4);
|
||||
this.Controls.Add(this.groupBox3);
|
||||
|
||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// 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.0.0.19")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.19")]
|
||||
[assembly: AssemblyVersion("1.0.0.20")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.20")]
|
||||
|
||||
Reference in New Issue
Block a user