Skip to content

Commit

Permalink
Fixed some permission issues when generating the .deb file
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb committed Feb 3, 2023
1 parent 2ef791c commit 45e4598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/linux_build_app_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ echo "Description: Privacy Oriented Contacts Manager">>$DEB_CONTROL_OUTPUT_FILE_
echo " For a complete description, see the website: https://www.pocontacts.app">>$DEB_CONTROL_OUTPUT_FILE_PATH
cp -r $OUTPUT_FOLDER_PATH/* $DEB_SHARE_OUTPUT_FOLDER_PATH/
echo $DEB_BIN_OUTPUT_FILE_CONTENT>$DEB_BIN_OUTPUT_FILE_PATH
chmod -R 0755 $DEB_SHARE_OUTPUT_FOLDER_PATH
chmod 0755 $DEB_BIN_OUTPUT_FILE_PATH

echo "#!/usr/bin/env xdg-open">$DEB_DESKTOP_FILE_PATH
Expand Down

0 comments on commit 45e4598

Please sign in to comment.