8000 change terminateProcess.sh permissions to 755 · arduino/vscode-arduino-tools@357fd2c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

configs/webpack.config.js

Lines changed: 1 addition & 1 deletion
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
})

package.json

Lines changed: 1 addition & 1 deletion
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)
0