Skip to content

Commit 7f84c2e

Browse files
committed
Some changessadsads
1 parent fc6cb28 commit 7f84c2e

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ build/Release
2727
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
2828
node_modules
2929

30-
/.idea
30+
/.idea
31+
/dist
32+
/releases
33+
*.bp

loading.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<body>
5959
<a id="loading" class="message">Loading...</a>
6060
<img class="logo" src="http://darkaqua.net/assets/voidpixel_stone.png?d=sda"/>
61-
<div class="copyright">voidpixel © 2017</div>
61+
<div class="copyright">boidpixel indev 4.815.16.2342 © 2017</div>
6262
<img onclick="shell.openExternal('http://darkaqua.net')" class="darkaqua_logo" src="http://darkaqua.net/assets/darkaqua.png" />
6363
</body>
6464
</html>
@@ -109,14 +109,14 @@
109109
setTimeout(() => {
110110
loading.setText(`Never Gonna Give Yo%*¨¨-:·^*^"ÑÑÑ+/*`);
111111
shell.openExternal('https://www.youtube.com/watch?v=dQw4w9WgXcQ')
112-
/*setTimeout(() => {
112+
setTimeout(() => {
113113
openRick()
114-
}, 10000);*/
115-
}, 10 * 1000);
114+
}, 10 * 1000);
115+
}, 2 * 10 * 1000);
116116

117117
const openRick = () => {
118118
setTimeout(() => {
119-
shell.openExternal('https://www.youtube.com/watch?v=dQw4w9WgXcQ')
119+
shell.openExternal('https://www.youtube.com/watch?v=PZbEbkqk-BM')
120120
openRick()
121121
}, 100);
122122
}

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
"name": "boidpixel",
33
"version": "1.0.0",
44
"description": "",
5+
"icon": "D:/i-workspace/node/boidpixel/Icon.ico",
56
"main": "index.js",
67
"scripts": {
7-
"test": "electron ."
8+
"test": "electron .",
9+
"pack": "build --dir",
10+
"dist": "build"
811
},
912
"author": "darkaqua",
1013
"license": "MIT",
1114
"dependencies": {
12-
"electron": "^1.6.2",
1315
"jquery": "^3.2.1"
16+
},
17+
"devDependencies": {
18+
"electron": "^1.6.2",
19+
"electron-builder": "^16.6.0"
20+
},
21+
"build": {
22+
"icon": "D:/i-workspace/node/boidpixel/Icon.ico"
1423
}
1524
}

0 commit comments

Comments
 (0)