From aa35dd6b8cf36d7d77a974279ea0803433c80b98 Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Sat, 3 Aug 2024 17:38:08 +0200 Subject: [PATCH] :truck: shorten file-names; remember to upload new to watch --- apps/papam_timer/papamTimer.info | 6 ------ apps/pm_timer/pmTimer.info | 6 ++++++ .../papamTimer.js => pm_timer/pmTimer.js} | 0 apps/{papam_timer => pm_timer}/timer-48.png | Bin 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 apps/papam_timer/papamTimer.info create mode 100644 apps/pm_timer/pmTimer.info rename apps/{papam_timer/papamTimer.js => pm_timer/pmTimer.js} (100%) rename apps/{papam_timer => pm_timer}/timer-48.png (100%) diff --git a/apps/papam_timer/papamTimer.info b/apps/papam_timer/papamTimer.info deleted file mode 100644 index d3db17766..000000000 --- a/apps/papam_timer/papamTimer.info +++ /dev/null @@ -1,6 +0,0 @@ -require("Storage").write("papamTimer.info",{ - "id":"papamTimer", - "name":"PapaM Timer", - "src":"papamTimer.app.js", - "icon":"papamTimer.img" -}); \ No newline at end of file diff --git a/apps/pm_timer/pmTimer.info b/apps/pm_timer/pmTimer.info new file mode 100644 index 000000000..f00b17279 --- /dev/null +++ b/apps/pm_timer/pmTimer.info @@ -0,0 +1,6 @@ +require("Storage").write("pmTimer.info",{ + "id":"pmTimer", + "name":"PapaM Timer", + "src":"pmTimer.app.js", + "icon":"pmTimer.img" +}); \ No newline at end of file diff --git a/apps/papam_timer/papamTimer.js b/apps/pm_timer/pmTimer.js similarity index 100% rename from apps/papam_timer/papamTimer.js rename to apps/pm_timer/pmTimer.js diff --git a/apps/papam_timer/timer-48.png b/apps/pm_timer/timer-48.png similarity index 100% rename from apps/papam_timer/timer-48.png rename to apps/pm_timer/timer-48.png