Skip to content

Commit 357fd2c

Browse files
author
Alberto Iannaccone
committed
change terminateProcess.sh permissions to 755
1 parent 5382501 commit 357fd2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: configs/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config = {
4141
buildFiles: [
4242
{
4343
path: path.resolve(__dirname, '..', 'dist', 'terminateProcess.sh'),
44-
fileMode: '555'
44+
fileMode: '755'
4545
}
4646
]
4747
})

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-arduino-tools",
33
"private": true,
4-
"version": "0.0.2-beta.1",
4+
"version": "0.0.2-beta.2",
55
"publisher": "arduino",
66
"license": "Apache-2.0",
77
"author": "Arduino SA",

0 commit comments

Comments
 (0)