aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
-rw-r--r--index.js2
-rwxr-xr-xtools/Updater(OS X).command8
3 files changed, 18 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5f6a406..694d4fb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Themes
-This collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).
+This collection of themes are meant to be used with [Marabu](https://github.com/hundredrabbits/Marabu), [Ronin](https://github.com/hundredrabbits/Ronin), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).
<img src='https://raw.githubusercontent.com/hundredrabbits/Themes/master/PREVIEW.jpg' width='600'/>
@@ -13,15 +13,15 @@ You are welcome to submit your own themes to this collection!
## [apollo](themes/apollo.thm)
![apollo](assets/apollo.svg)
+## [ash](themes/ash.thm)
+![ash](assets/ash.svg)
+
## [battlestation](themes/battlestation.thm)
![battlestation](assets/battlestation.svg)
## [berry](themes/berry.thm)
![berry](assets/berry.svg)
-## [ash](themes/ash.thm)
-![ash](assets/ash.svg)
-
## [blanc](themes/blanc.thm)
![blanc](assets/blanc.svg)
@@ -58,15 +58,15 @@ You are welcome to submit your own themes to this collection!
## [robo](themes/robo.thm)
![robo](assets/robo.svg)
-## [solitaire](themes/solitaire.thm)
-![solitaire](assets/solitaire.svg)
-
## [seaweed](themes/seaweed.thm)
![seaweed](assets/seaweed.svg)
-## [swiss](themes/swiss.thm)
-![swiss](assets/swiss.svg)
+## [solitaire](themes/solitaire.thm)
+![solitaire](assets/solitaire.svg)
## [soyuz](themes/soyuz.thm)
![soyuz](assets/soyuz.svg)
+## [swiss](themes/swiss.thm)
+![swiss](assets/swiss.svg)
+
diff --git a/index.js b/index.js
index daf7d34..495a544 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,7 @@
fs = require('fs');
var normalizedPath = require("path").join(__dirname, "themes");
-var html = "# Themes\nThis collection of themes are meant to be used with [Ronin](https://github.com/hundredrabbits/Marabu), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).\n\n<img src='https://raw.githubusercontent.com/hundredrabbits/Themes/master/PREVIEW.jpg' width='600'/>\n\n## Install\nTo install a theme, simply drag the `thm` file onto the application window.\nYou are welcome to submit your own themes to this collection!\n\n"
+var html = "# Themes\nThis collection of themes are meant to be used with [Marabu](https://github.com/hundredrabbits/Marabu), [Ronin](https://github.com/hundredrabbits/Ronin), [Left](https://github.com/hundredrabbits/Left), [Donsol](https://github.com/hundredrabbits/Donsol) and [Dotgrid](https://github.com/hundredrabbits/Dotgrid).\n\n<img src='https://raw.githubusercontent.com/hundredrabbits/Themes/master/PREVIEW.jpg' width='600'/>\n\n## Install\nTo install a theme, simply drag the `thm` file onto the application window.\nYou are welcome to submit your own themes to this collection!\n\n"
function build_svg(n,theme)
{
diff --git a/tools/Updater(OS X).command b/tools/Updater(OS X).command
index 997dac0..c8877b1 100755
--- a/tools/Updater(OS X).command
+++ b/tools/Updater(OS X).command
@@ -56,3 +56,11 @@ rm -r /Applications/Donsol.app
mv -v ~/Desktop/Donsol-darwin-x64/Donsol.app /Applications/
rm -r ~/Desktop/Donsol-darwin-x64/
+cd ~/Github/HundredRabbits/Clock/
+git pull
+electron-packager . Clock --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns
+chflags -f -R nouchg ~/Desktop/Clock-darwin-x64/
+rm -r /Applications/Clock.app
+mv -v ~/Desktop/Clock-darwin-x64/Clock.app /Applications/
+rm -r ~/Desktop/Clock-darwin-x64/
+