Skip to content

Commit c164239

Browse files
authored
make-file-executable@RutarAndriy: Version 1.1 (#641)
1 parent 1c6b487 commit c164239

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.1
2+
3+
- Update icon foreground color for better contrast on light and dark themes
4+
- Add README.md
5+
16
# v1.0
27

38
- Initial release
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Make file executable
2+
3+
Makes the file executable if it is unexecutable.
4+
Performs the opposite action to [make-file-unexecutable@RutarAndriy](https://cinnamon-spices.linuxmint.com/actions/view/63).
5+
6+
## Dependencies
7+
8+
The following packages must be installed:
9+
10+
* `test` for check the file's executability
11+
* `chmod` for change executions rights
173 Bytes
Loading

make-file-executable@RutarAndriy/files/make-file-executable@RutarAndriy/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"uuid": "make-file-executable@RutarAndriy",
44
"name": "Make file executable",
55
"author": "RutarAndriy",
6-
"version": "1.0"
6+
"version": "1.1"
77
}

make-file-executable@RutarAndriy/[email protected]_action.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Icon-Name=system-run-symbolic
66
Conditions=exec test ! -x %F
77
Selection=s
88
Mimetypes=application/x-executable;text/x-shellscript;application/zip;
9-
Dependencies=test;
9+
Dependencies=test;chmod;

0 commit comments

Comments
 (0)