4 Commits
Author SHA1 Message Date
BlubbFish 475a05c36a 2018-05-29 16:15:17 +00:00
BlubbFish 732811c928 [NF] Now sould dedect Strg+c on Linux 2018-05-15 20:52:54 +00:00
BlubbFish 3b9ba9571d [BF] Fixinig installations dpkg script 2018-05-15 19:04:19 +00:00
BlubbFish 5b9dcfde02 [BF] Fixinig installations dpkg script 2018-05-15 18:59:32 +00:00
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -64,6 +64,8 @@ namespace BlubbFish.Utils {
this.fw.Close(); this.fw.Close();
if(new FileInfo(this.loggerfile).Length > 0) { if(new FileInfo(this.loggerfile).Length > 0) {
File.Move(this.loggerfile, file); File.Move(this.loggerfile, file);
} else {
File.Delete(this.loggerfile);
} }
this.loggerfile = file; this.loggerfile = file;
this.fw = new FileWriter(this.loggerfile); this.fw = new FileWriter(this.loggerfile);
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben: // übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0")] [assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.0")] [assembly: AssemblyFileVersion("1.1.1")]
Binary file not shown.