Skip to content

Commit fafd176

Browse files
committed
v0.0.39
1 parent 2ebd195 commit fafd176

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
- name: Build/release Electron app
3434
uses: samuelmeuli/action-electron-builder@v1
3535
with:
36-
37-
package_root:
3836
# GitHub token, automatically provided to the action
3937
# (No need to define this secret in the repo settings)
4038
github_token: ${{ secrets.github_token }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nethlink",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"description": "Neth Connector app",
55
"main": "./out/main/main.js",
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)