]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Add missing +x bits.
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 9 Oct 2014 12:29:11 +0000 (14:29 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 9 Oct 2014 12:29:11 +0000 (14:29 +0200)
misc/tools/all/release.subr

index 2835619be24b4d9cdbb6d9cab8f9422eef6f906e..60e6940661ef0f7ea91f53c453004d4bf424c357 100644 (file)
@@ -214,6 +214,9 @@ case "$cmd" in
                        Xonotic/xonotic*.exe)
                                verbose "$d0/misc/tools/change-icon-of-exe.sh" "$d0/misc/logos/icons_ico/xonotic.ico" "$binary"
                                ;;
+                       Xonotic/*osx*|Xonotic/*linux*)
+                               chmod +x "$binary"
+                               ;;
                esac
                ;;
        release-engine-win32)