File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,4 +27,7 @@ build/Release
2727# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
2828node_modules
2929
30- /.idea
30+ /.idea
31+ /dist
32+ /releases
33+ * .bp
Original file line number Diff line number Diff line change 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 >
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 }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments