File tree Expand file tree Collapse file tree 5 files changed +18
-2
lines changed
make-file-executable@RutarAndriy
files/make-file-executable@RutarAndriy Expand file tree Collapse file tree 5 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v1.1
2
+
3
+ - Update icon foreground color for better contrast on light and dark themes
4
+ - Add README.md
5
+
1
6
# v1.0
2
7
3
8
- Initial release
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 3
3
"uuid" : " make-file-executable@RutarAndriy" ,
4
4
"name" : " Make file executable" ,
5
5
"author" : " RutarAndriy" ,
6
- "version" : " 1.0 "
6
+ "version" : " 1.1 "
7
7
}
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Icon-Name=system-run-symbolic
6
6
Conditions=exec test ! -x %F
7
7
Selection=s
8
8
Mimetypes=application/x-executable;text/x-shellscript;application/zip;
9
- Dependencies=test;
9
+ Dependencies=test;chmod;
You can’t perform that action at this time.
0 commit comments