From 47151452b42a4a8be22ae513854dfbffa95e2d09 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Tue, 9 Jan 2018 11:10:01 +1300 Subject: [PATCH] Added themes for packaging --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 05829ed..ff7ce52 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,11 @@ "push_linux" : "~/butler push ~/Desktop/Dotgrid-linux-x64/ hundredrabbits/dotgrid:linux-64", "push_win" : "~/butler push ~/Desktop/Dotgrid-win32-x64/ hundredrabbits/dotgrid:windows-64", "push_status" : "~/butler status hundredrabbits/dotgrid", - "push" : "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" + "theme" : "npm run theme_osx ; npm run theme_linux ; npm run theme_win", + "theme_osx" : "cp -R ~/Github/HundredRabbits/Themes/themes ~/Desktop/Dotgrid-darwin-x64/", + "theme_linux" : "cp -R ~/Github/HundredRabbits/Themes/themes ~/Desktop/Dotgrid-linux-x64/", + "theme_win" : "cp -R ~/Github/HundredRabbits/Themes/themes ~/Desktop/Dotgrid-win32-x64/", + "push" : "npm run build ; npm run theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { "electron": "^1.8.1"