Skip to content

Commit

Permalink
final fixes for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathbalivada committed May 10, 2020
1 parent 67f9732 commit cb72f8e
Show file tree
Hide file tree
Showing 9 changed files with 1,967 additions and 18 deletions.
3 changes: 2 additions & 1 deletion app/install/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ function installSDKComponents() {
enableNext();
return
} else {
exec('sdkmanager "platform-tools" "platforms;android-28" "build-tools;28.0.3"')
exec('C:\\Android\\cmdline-tools\\latest\\bin\\sdkmanager "platform-tools" "platforms;android-28" "build-tools;28.0.3"')
.then(() => {
document.getElementById('progress-bar').value = 100;
document.getElementById('tools-loader').style.display = 'none';
document.getElementById('tools-done').style.visibility = 'visible';
enableNext();
Expand Down
Binary file added assets/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function createWindow() {

win.loadFile('app/home/index.html');

win.webContents.openDevTools();
// win.webContents.openDevTools();
}

app.whenReady().then(createWindow);
Loading

0 comments on commit cb72f8e

Please sign in to comment.