Skip to content

Commit

Permalink
[Packaging] update version
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 24, 2022
1 parent d198947 commit 72cfb06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion desktop_client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ const createDashboardWindow = () => {
// otherwise, load a static loading page first,
// and the subprocess stdout handler will load the appURL once there are
// output from the backend
console.log(backendReady);
if (backendReady) {
mainWindow.loadURL(appURL);
} else {
Expand Down
2 changes: 1 addition & 1 deletion desktop_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ictrl-desktop-client",
"description": "Desktop Client for iCtrl",
"version": "6.3.10",
"version": "6.3.11",
"private": true,
"main": "main.js",
"repository": "https://github.com/junhaoliao/iCtrl",
Expand Down

0 comments on commit 72cfb06

Please sign in to comment.