Skip to content

Commit

Permalink
Fix: remove chmod to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Dec 10, 2019
1 parent 091ff39 commit b9d8552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/linux_release_script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ cp -rf sketches/ help/ translations/ Fritzing.sh Fritzing.1 org.fritzing.Fritzin
mkdir -p "${release_folder}/icons"
cp resources/system_icons/linux/* "$release_folder/icons/"
mv Fritzing "${release_folder}/"
chmod +x "${release_folder}/install_fritzing.sh"

cd "${release_folder}"

Expand Down

0 comments on commit b9d8552

Please sign in to comment.