Skip to content

Commit

Permalink
Fixed Holgi's Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
UndertakerBen committed Aug 28, 2024
1 parent 4ba589d commit 4ae7ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Files/UserChoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ public static void Clean(string filename)
Directory.Delete(applicationPath + "\\Libre Office\\share\\template\\" + dirDel5[i], true);
}
}
string[] fileDel = new string[82] { "access2base.py", "cli_basetypes.config", "cli_basetypes.dll", "cli_cppuhelper.config", "cli_cppuhelper.dll", "cli_oootypes.config", "cli_oootypes.dll", "cli_ure.config", "cli_ure.dll", "cli_uretypes.config", "cli_uretypes.dll", "CoinMP.dll", "dbahsqllo.dll", "dbalo.dll", "dbaselo.dll", "dbaxmllo.dll", "dbplo.dll", "dbpool2.dll", "dbulo.dll", "desktophelper.txt", "dict_ja.dll", "dict_zh.dll", "Engine12.dll", "gengal.exe", "gpgme-w32spawn.exe", "intro-highres.png", "java_uno.dll", "javaloaderlo.dll", "javavendors.xml", "javavmlo.dll", "JREProperties.class", "jvmfwk3.ini", "localedata_es.dll", "localedata_others.dll", "lpsolve55.dll", "mailmerge.py", "minidump_upload.exe", "msgbox.py", "mwaw.dll", "odbcconfig.exe", "officehelper.py", "opencltest.exe", "policy.1.0.cli_basetypes.dll", "policy.1.0.cli_cppuhelper.dll", "policy.1.0.cli_oootypes.dll", "policy.1.0.cli_ure.dll", "policy.1.0.cli_uretypes.dll", "postgresql-sdbc.ini", "postgresql-sdbc-impllo.dll", "postgresql-sdbclo.dll", "python.exe", "python3.dll", "python37.dll", "pythonloader.py", "pythonloader.uno.ini", "pythonloaderlo.dll", "pythonscript.py", "pyuno.pyd", "regmerge.exe", "regview.exe", "sbase.exe", "senddoc.exe", "setup.ini", "smath.exe", "soffice.com", "soffice_safe.exe", "spsupp_helper.exe", "twain32shim.exe", "ui-previewer.exe", "uno.exe", "uno.py", "unohelper.py", "unoinfo.exe", "unopkg.com", "unopkg.exe", "vccorlib140.dll", "xpdfimport.exe", "services\\postgresql-sdbc.rdb", "services\\pyuno.rdb", "services\\scriptproviderforpython.rdb", "shell\\logo.svg", "shell\\logo_inverted.svg" };
string[] fileDel = new string[79] { "access2base.py", "cli_basetypes.config", "cli_basetypes.dll", "cli_cppuhelper.config", "cli_cppuhelper.dll", "cli_oootypes.config", "cli_oootypes.dll", "cli_ure.config", "cli_ure.dll", "cli_uretypes.config", "cli_uretypes.dll", "dbahsqllo.dll", "dbalo.dll", "dbaselo.dll", "dbaxmllo.dll", "dbplo.dll", "dbpool2.dll", "dbulo.dll", "desktophelper.txt", "dict_ja.dll", "dict_zh.dll", "Engine12.dll", "gengal.exe", "gpgme-w32spawn.exe", "intro-highres.png", "java_uno.dll", "javaloaderlo.dll", "javavendors.xml", "javavmlo.dll", "JREProperties.class", "jvmfwk3.ini", "localedata_es.dll", "localedata_others.dll", "mailmerge.py", "minidump_upload.exe", "msgbox.py", "odbcconfig.exe", "officehelper.py", "opencltest.exe", "policy.1.0.cli_basetypes.dll", "policy.1.0.cli_cppuhelper.dll", "policy.1.0.cli_oootypes.dll", "policy.1.0.cli_ure.dll", "policy.1.0.cli_uretypes.dll", "postgresql-sdbc.ini", "postgresql-sdbc-impllo.dll", "postgresql-sdbclo.dll", "python.exe", "python3.dll", "python37.dll", "pythonloader.py", "pythonloader.uno.ini", "pythonloaderlo.dll", "pythonscript.py", "pyuno.pyd", "regmerge.exe", "regview.exe", "sbase.exe", "senddoc.exe", "setup.ini", "smath.exe", "soffice.com", "soffice_safe.exe", "spsupp_helper.exe", "twain32shim.exe", "ui-previewer.exe", "uno.exe", "uno.py", "unohelper.py", "unoinfo.exe", "unopkg.com", "unopkg.exe", "vccorlib140.dll", "xpdfimport.exe", "services\\postgresql-sdbc.rdb", "services\\pyuno.rdb", "services\\scriptproviderforpython.rdb", "shell\\logo.svg", "shell\\logo_inverted.svg" };
for (int i = 0; i < fileDel.Length; i++)
{
if (File.Exists(applicationPath + "\\Libre Office\\program\\" + fileDel[i]))
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1.0
1.2.2.0

0 comments on commit 4ae7ac2

Please sign in to comment.