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+
16# v1.0
27
38- 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 33 "uuid" : " make-file-executable@RutarAndriy" ,
44 "name" : " Make file executable" ,
55 "author" : " RutarAndriy" ,
6- "version" : " 1.0 "
6+ "version" : " 1.1 "
77}
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Icon-Name=system-run-symbolic
66Conditions=exec test ! -x %F
77Selection=s
88Mimetypes=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