mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bb361dc19 | ||
|
|
3445e484ae | ||
|
|
efd6bf2afe |
@@ -46,7 +46,7 @@ By this, webpack will watch the code changes and apply it automatically.
|
||||
We use Grunt.
|
||||
Acutal deploy can be run by `grunt`. However, you shouldn't use because the default task is including codesign and authenticode.
|
||||
|
||||
So, we prepare a script which just make an excutable file.
|
||||
So, we prepare a script which just make an executable file.
|
||||
|
||||
```
|
||||
grunt pre-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "boost",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Boostnote",
|
||||
"main": "index.js",
|
||||
"license": "GPL-3.0",
|
||||
|
||||
Reference in New Issue
Block a user