Skip to content

Commit

Permalink
1.7.4: fix permission issue on Linux/MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
BartmanAbyss committed Sep 12, 2023
1 parent b952218 commit 67b71f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to the "amiga-debug" extension will be documented in this file.
See PR links for more information.

## 1.7.4
- FIX: 1.7.3 was broken for Linux/MacOS

## 1.7.3
- NEW: update gcc to 13.2.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"url": "https://github.com/BartmanAbyss/vscode-amiga-debug"
},
"version": "1.7.3",
"version": "1.7.4",
"license": "GPL-3.0-or-later",
"engines": {
"vscode": "^1.46.0"
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class AmigaDebugExtension {
}

private async setPermissions() {
const version = "13.1.0";
const version = "13.2.0";
const exes = [
"elf2hunk",
"exe2adf",
Expand Down

0 comments on commit 67b71f5

Please sign in to comment.