Skip to content

Commit eade1d8

Browse files
committed
2.0 - Adding versioning on localstorage
1 parent 2766180 commit eade1d8

File tree

13 files changed

+39
-23
lines changed

13 files changed

+39
-23
lines changed

app/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
],
1111
"license": "MIT",
1212
"manifestUrl": "https://quead.github.io/updates/package.json",
13-
"packages": {
14-
"win": {
15-
"url": "https://quead.github.io/updates/win64.zip?raw=true"
16-
}
17-
},
1813
"window": {
1914
"height": 720,
2015
"width": 1270,
@@ -27,7 +22,14 @@
2722
"webkit": {
2823
"plugin": true
2924
},
25+
"scripts": {
26+
"postversion": "npm run package",
27+
"package": "nwb nwbuild -v 0.25.2-sdk . -o ../release --output-format=ZIP --output-name={name}-v{version}-{target}"
28+
},
3029
"dependencies": {
3130
"nw-autoupdater": "*"
31+
},
32+
"devDependencies": {
33+
"nwjs-builder": "^1.14.0"
3234
}
3335
}

dist/assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ html {
8080
}
8181

8282
body {
83+
position: relative;
8384
background-color: var(--c-base);
8485
font-family: "San Francisco";
8586
color: var(--c-white);

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@
6565
main();
6666

6767
</script>
68-
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
6968
</html>
69+
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script>

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)