Skip to content

Commit

Permalink
updated dependencies (Electron 11, etc.); upgrade to Spritemate 1.21;…
Browse files Browse the repository at this point in the history
… updated npm-scripts; improved travis-config
  • Loading branch information
4ch1m committed Dec 18, 2020
1 parent 4f93ee8 commit 1fea7c2
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 111 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
language: node_js
node_js: 13
before_script: npm run build-with-travis
node_js: node
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Find executables for ...

... in the __[RELEASES](https://github.com/4ch1m/spritemate4electron/releases)__-section.

## Build it yourself
## Build / Run it yourself

##### Clone
```
Expand All @@ -46,11 +46,17 @@ git submodule update
npm install
```

##### Build
##### Start
```
npm run build
npm run start
```
... and then check the `dist`-folder for binaries.

##### Package
```
npm run package
```

(Check the `dist`-folder for distributable binaries.)

## Author

Expand Down
Loading

0 comments on commit 1fea7c2

Please sign in to comment.