Skip to content

Commit

Permalink
Gix update
Browse files Browse the repository at this point in the history
  • Loading branch information
voxsoftware committed Jun 2, 2021
1 parent 61683a9 commit 5d1c93c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gix/dist/register.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gix/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@kawix/gix",
"version": "1.0.0"
"version": "1.0.1"
}
4 changes: 2 additions & 2 deletions gix/src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Electron extends EventEmitter {
electron: any
channel: RPAChannel
bridge: any
version: "6.0.11"
version = "6.0.11"

_electron: any
id: string
Expand Down Expand Up @@ -120,7 +120,7 @@ export class Electron extends EventEmitter {


let reg = new Registry()
let wantedversion = this.version //"6.0.11"
let wantedversion = this.version || "6.0.11"
console.info("ELECTRON VERSION", wantedversion)
let mod = await reg.resolve("electron@" + wantedversion)
dist = Path.join(mod.folder, "dist")
Expand Down

0 comments on commit 5d1c93c

Please sign in to comment.