diff options
| -rw-r--r-- | README.md | 18 | ||||
| -rw-r--r-- | index.js | 2 | ||||
| -rwxr-xr-x | tools/Updater(OS X).command | 8 |
3 files changed, 18 insertions, 10 deletions
@@ -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)  +## [ash](themes/ash.thm) + + ## [battlestation](themes/battlestation.thm)  ## [berry](themes/berry.thm)  -## [ash](themes/ash.thm) - - ## [blanc](themes/blanc.thm)  @@ -58,15 +58,15 @@ You are welcome to submit your own themes to this collection! ## [robo](themes/robo.thm)  -## [solitaire](themes/solitaire.thm) - - ## [seaweed](themes/seaweed.thm)  -## [swiss](themes/swiss.thm) - +## [solitaire](themes/solitaire.thm) + ## [soyuz](themes/soyuz.thm)  +## [swiss](themes/swiss.thm) + + @@ -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/ + |
