Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ech0-de committed Jun 2, 2023
1 parent 3264f3a commit aadf25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: tag
run: |
echo "::set-output name=release_tag::$(Get-Date -Format 'yy.MMdd.HHmm')"
(Get-Content package.json).replace('"version": "1.0.0"', """version"": ""$(Get-Date -Format 'yy.MMdd.HHmm')""") Set-Content package.json
(Get-Content package.json).replace('"version": "1.0.0"', """version"": ""$(Get-Date -Format 'yy.MMdd.HHmm')""") | Set-Content package.json
- name: install dependencies
run: npm ci
- name: build
Expand Down
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const tmp = require('tmp-promise');
const fs = require('fs/promises');
require('update-electron-app')();

console.log(require('update-electron-app'));

regedit.setExternalVBSLocation('./.webpack/main/vbs');
regedit.setExternalVBSLocation('./vbs');

Expand Down

0 comments on commit aadf25f

Please sign in to comment.