mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bb361dc19 | ||
|
|
3445e484ae | ||
|
|
efd6bf2afe | ||
|
|
cd2e6e1b24 | ||
|
|
99b8d24db3 |
@@ -46,7 +46,7 @@ By this, webpack will watch the code changes and apply it automatically.
|
|||||||
We use Grunt.
|
We use Grunt.
|
||||||
Acutal deploy can be run by `grunt`. However, you shouldn't use because the default task is including codesign and authenticode.
|
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
|
grunt pre-build
|
||||||
|
|||||||
@@ -41,6 +41,10 @@
|
|||||||
<script src="../compiled/react-dom.js"></script>
|
<script src="../compiled/react-dom.js"></script>
|
||||||
<script src="../compiled/redux.js"></script>
|
<script src="../compiled/redux.js"></script>
|
||||||
<script src="../compiled/react-redux.js"></script>
|
<script src="../compiled/react-redux.js"></script>
|
||||||
|
<script>
|
||||||
|
window._ = require('lodash');
|
||||||
|
</script>
|
||||||
|
<script src="../compiled/sequence-diagram.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const electron = require('electron')
|
const electron = require('electron')
|
||||||
electron.webFrame.setZoomLevelLimits(1, 1)
|
electron.webFrame.setZoomLevelLimits(1, 1)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "boost",
|
"name": "boost",
|
||||||
"version": "0.7.3",
|
"version": "0.7.5",
|
||||||
"description": "Boostnote",
|
"description": "Boostnote",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user