Change flatpak build steps: remove chmod
This commit is contained in:
parent
2fb74dc552
commit
0a3ad79c4f
2 changed files with 0 additions and 2 deletions
|
@ -2,6 +2,5 @@
|
|||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/flatpak" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -23,7 +23,6 @@ modules:
|
|||
- cp -R conf /app/bin/image/
|
||||
- cp -R legal /app/bin/image/
|
||||
- cp -R release /app/bin/image/
|
||||
- chmod +x -R /app/bin/image/lib/ # make libs executable so xdg-open will work
|
||||
# Desktop Integration
|
||||
- mkdir -p bin /app/share/{applications,icons/hicolor/64x64/apps,metainfo}
|
||||
- mv ${FLATPAK_ID}.desktop /app/share/applications/${FLATPAK_ID}.desktop
|
||||
|
|
Loading…
Reference in a new issue