Skip to content

Commit

Permalink
update homedir name
Browse files Browse the repository at this point in the history
  • Loading branch information
miaowing committed Jul 8, 2020
1 parent 635e502 commit ff33f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const createWindow = () => {
});

// Open the DevTools.
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();
};

// This method will be called when Electron has finished
Expand Down
2 changes: 1 addition & 1 deletion src/services/store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HostHelper } from "../helpers";
@Injectable()
export class StoreService implements OnModuleInit {
private readonly homePath = app.getPath('home');
private readonly appPath = resolve(this.homePath, 'ssh-proxy');
private readonly appPath = resolve(this.homePath, 'dolphin');
private hosts: SSHConfig[] = [];

constructor(
Expand Down

0 comments on commit ff33f94

Please sign in to comment.