Skip to content

Commit

Permalink
ちょい修正
Browse files Browse the repository at this point in the history
  • Loading branch information
maktak1995 committed Dec 13, 2016
1 parent 32a2d90 commit 3e3f84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ npm start

If you want to change character, please replace images in /src/img/character.
Or if you use from releaced package, replace images in /character.

---

* Version:0.3.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "piclock",
"version": "0.2.0",
"version": "0.3.1",
"description": "clock widget with desktop mascot",
"main": "main.js",
"scripts": {
"start": "electron .",

"build": "npm run clean;npm run build:osx;npm run build:win",
"build:osx": "npm run clean:osx;electron-packager . piclock --out=dist/osx --platform=darwin --arch=x64 --version=1.4.5 --icon=assets/appicon.icns",
"build:win": "npm run clean:win;electron-packager . piclock --out=dist/win --platform=win32 --arch=ia32 --version=1.4.5 --icon=assets/win/appicon.ico",
"build:win": "npm run clean:win;electron-packager . piclock --out=dist/win --platform=win32 --arch=ia32 --version=1.4.5 --icon=assets/appicon.ico",

"clean": "rm -rf ./dist",
"clean:osx": "rm -rf ./dist/osx",
Expand Down

0 comments on commit 3e3f84f

Please sign in to comment.