From 9b87ecd38508055ffe3cfe69782c517e2dbc5f05 Mon Sep 17 00:00:00 2001 From: Ivar Fredriksen Date: Fri, 20 Sep 2024 12:37:54 +0200 Subject: [PATCH] Use origo-themes instead of booking spesifically - can add more --- booking-theme.jar => origo-themes.jar | Bin 7314 -> 7314 bytes update-jar.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename booking-theme.jar => origo-themes.jar (78%) mode change 100644 => 100755 update-jar.sh diff --git a/booking-theme.jar b/origo-themes.jar similarity index 78% rename from booking-theme.jar rename to origo-themes.jar index 5c6078173d089fbb4dcaf324a0ea09600aecf624..ee7ecfd783d844cca2d1c4354aa51af6168e9f2e 100644 GIT binary patch delta 240 zcmbPaImwbIz?+$ci-CcIfnjyZL>^5hAZgyn^fYneu67_f*_lxZM5QxofvCxh2FyM{SOIG5alds1ft3%!B%XRbO33Y{7upWB((vP3GtDWg(++=4)C8n;p$?1$*Og@p5 zCo>u_yCxZIKE`;T6~tf8ZUv&MISmApi;ML^W{EIxaBwhy6sd58GD2kSz?$}O&SC>I zA_W-P!HigO8AhOmldB~xLDV)02cX51e@J+OZI(0w*<3COwqmoS14zr{Z;~D$GaaP7 jKva*EA6WFRR2YOSGdWP&2rSel9Ra2vN{51JOPNRj1bak- diff --git a/update-jar.sh b/update-jar.sh old mode 100644 new mode 100755 index 072b46a..5ecb0f7 --- a/update-jar.sh +++ b/update-jar.sh @@ -1,3 +1,3 @@ #!/bin/bash -jar cf booking-theme.jar -C custom-themes/ . \ No newline at end of file +jar cf origo-themes.jar -C custom-themes/ . \ No newline at end of file