File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ if [ $mode == "no-resources" ]; then
5959 mkdir -p " $( pwd) /peb.app/usr/share/metainfo"
6060 cp " $( pwd) /sdk/appimage/peb.appdata.xml" " $( pwd) /peb.app/usr/share/metainfo/peb.appdata.xml"
6161
62+ cp -r " $( pwd) /doc" " $( pwd) /peb.app/doc"
63+ cp " $( pwd) /CREDITS.md" " $( pwd) /peb.app/CREDITS.md"
64+ cp " $( pwd) /LICENSE.md" " $( pwd) /peb.app/LICENSE.md"
65+ cp " $( pwd) /README.md" " $( pwd) /peb.app/README.md"
66+
6267 " $( pwd) /$linuxdeployqt " " --appimage-extract"
6368 " $( pwd) /squashfs-root/AppRun" " $( pwd) /peb.app/peb" -qmake=' qmake -qt=qt5' -no-translations -appimage
6469
@@ -94,6 +99,11 @@ if [ $mode == "include-resources" ]; then
9499 rm -f " $( pwd) /$appimage_name .app/resources/app/$appimage_name .desktop"
95100 rm -f " $( pwd) /$appimage_name .app/resources/app/$appimage_name .appdata.xml"
96101
102+ cp -r " $( pwd) /doc" " $( pwd) /$appimage_name .app/doc"
103+ cp " $( pwd) /CREDITS.md" " $( pwd) /$appimage_name .app/CREDITS.md"
104+ cp " $( pwd) /LICENSE.md" " $( pwd) /$appimage_name .app/LICENSE.md"
105+ cp " $( pwd) /README.md" " $( pwd) /$appimage_name .app/README.md"
106+
97107 if [ $appimage_name == " peb-demo" ]; then
98108 rm -f " $( pwd) /$appimage_name .app/resources/app/index-windows.html"
99109 rm -f " $( pwd) /$appimage_name .app/resources/app/perl-scripts/clock.pl"
You can’t perform that action at this time.
0 commit comments