diff --git a/PlanungsAppUpdater.exe b/PlanungsAppUpdater.exe new file mode 100644 index 0000000..7d370bf Binary files /dev/null and b/PlanungsAppUpdater.exe differ diff --git a/releases/0.1/PlanungsApp.exe b/releases/0.1/PlanungsApp.exe index 82b6f2a..5ea3a9d 100644 Binary files a/releases/0.1/PlanungsApp.exe and b/releases/0.1/PlanungsApp.exe differ diff --git a/releases/0.1/update_commands b/releases/0.1/update_commands index 85bb197..cd792b6 100644 --- a/releases/0.1/update_commands +++ b/releases/0.1/update_commands @@ -1,5 +1,20 @@ +# Paths +path::logs/ +path::pdf/ +path::dbs/ +path::res/ +path::res/fonts/ + +# Files +file::res/fonts/LiberationSerif-Bold.ttf;res/fonts/LiberationSerif-Bold.ttf;1 +file::res/fonts/LiberationSerif-BoldItalic.ttf.ttf;res/fonts/LiberationSerif-BoldItalic.ttf;1 +file::res/fonts/LiberationSerif-Italic.ttf;res/fonts/LiberationSerif-Italic.ttf;1 +file::res/fonts/LiberationSerif-Regular.ttf;res/fonts/LiberationSerif-Regular.ttf;1 +file::res/AppLogo.ico;res/AppLogo.ico;1 +file::res/AppLogo.png;res/AppLogo.png;1 +file::res/mdg_logo.png;res/mdg_logo.png;1 + # Database Commands sql_command_main::CREATE TABLE IF NOT EXISTS object (id TEXT PRIMARY KEY, name TEXT, object INTEGER, school_weeks BLOB, halfyear INTEGER, g8 INTEGER, infos BLOB) sql_command_main::CREATE TABLE IF NOT EXISTS object (id TEXT PRIMARY KEY, name TEXT, object INTEGER, school_weeks BLOB, halfyear INTEGER, g8 INTEGER, infos BLOB) -sql_command_school_year::CREATE TABLE IF NOT EXISTS teacher (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, surname TEXT, short TEXT, active INTEGER, work_time BLOB, comments BLOB, saldo BLOB, email TEXT, infos BLOB) - +sql_command_school_year::CREATE TABLE IF NOT EXISTS teacher (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT, surname TEXT, short TEXT, active INTEGER, work_time BLOB, comments BLOB, saldo BLOB, email TEXT, infos BLOB) \ No newline at end of file diff --git a/res/AppLogo.ico b/res/AppLogo.ico new file mode 100644 index 0000000..aca2e40 Binary files /dev/null and b/res/AppLogo.ico differ diff --git a/res/AppLogo.png b/res/AppLogo.png new file mode 100644 index 0000000..f14f641 Binary files /dev/null and b/res/AppLogo.png differ diff --git a/res/fonts/LiberationSerif-Bold.ttf b/res/fonts/LiberationSerif-Bold.ttf new file mode 100644 index 0000000..5c94bde Binary files /dev/null and b/res/fonts/LiberationSerif-Bold.ttf differ diff --git a/res/fonts/LiberationSerif-BoldItalic.ttf b/res/fonts/LiberationSerif-BoldItalic.ttf new file mode 100644 index 0000000..a6c7252 Binary files /dev/null and b/res/fonts/LiberationSerif-BoldItalic.ttf differ diff --git a/res/fonts/LiberationSerif-Italic.ttf b/res/fonts/LiberationSerif-Italic.ttf new file mode 100644 index 0000000..e6e27bd Binary files /dev/null and b/res/fonts/LiberationSerif-Italic.ttf differ diff --git a/res/fonts/LiberationSerif-Regular.ttf b/res/fonts/LiberationSerif-Regular.ttf new file mode 100644 index 0000000..e7616da Binary files /dev/null and b/res/fonts/LiberationSerif-Regular.ttf differ diff --git a/res/mdg_logo.png b/res/mdg_logo.png new file mode 100644 index 0000000..e9ee2fd Binary files /dev/null and b/res/mdg_logo.png differ