Skip to content

Commit

Permalink
Merge pull request #30 from neutralinojs/cloud
Browse files Browse the repository at this point in the history
Add windows binary and updates
  • Loading branch information
shalithasuranga committed Aug 26, 2018
2 parents ab1a1f7 + 2ead6db commit e7d93f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/app/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Neutralino.init({
myapp.myfunction();
},
pingSuccessCallback : () => {
console.log("ping success");

},
pingFailCallback : () => {
console.log("ping fail");

}
});
2 changes: 1 addition & 1 deletion dist/app/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appname" : "myapp",
"appport" : "8080",
"mode" : "desktop",
"mode" : "cloud",
"cloud" : {
"blacklist" : ["os.runCommand"]
}
Expand Down
Binary file modified dist/neutralino.exe
Binary file not shown.

0 comments on commit e7d93f3

Please sign in to comment.