1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
sota1235
2bb361dc19 v0.7.5 2016-12-20 17:41:42 +09:00
Sota Sugiura
3445e484ae Merge pull request #188 from less-easy-way/patch-1
Just fix a trivial typo.
2016-12-14 02:43:39 +09:00
Jae-woo Kim
efd6bf2afe Just fix a trivial typo.
Just fixed a trivial typo.
어쩌다 발견하게 됐네요. :)
2016-12-13 23:28:50 +09:00
sota1235
cd2e6e1b24 v0.7.4 2016-12-13 20:33:04 +09:00
sota1235
99b8d24db3 hotfix: add dependent libraries 2016-12-13 20:24:13 +09:00
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -41,6 +41,10 @@
<script src="../compiled/react-dom.js"></script>
<script src="../compiled/redux.js"></script>
<script src="../compiled/react-redux.js"></script>
<script>
window._ = require('lodash');
</script>
<script src="../compiled/sequence-diagram.js"></script>
<script>
const electron = require('electron')
electron.webFrame.setZoomLevelLimits(1, 1)

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.7.3",
"version": "0.7.5",
"description": "Boostnote",
"main": "index.js",
"license": "GPL-3.0",