|
|
|
|
@ -12,10 +12,12 @@ package_opk() {
|
|
|
|
|
rm -rf "$tmp" |
|
|
|
|
mkdir -p "$tmp" |
|
|
|
|
cp "Packaging/OpenDingux/${TARGET}.desktop" "${tmp}/default.${ext}.desktop" |
|
|
|
|
cp "Packaging/OpenDingux/${TARGET}-hellfire.desktop" "${tmp}/hellfire.${ext}.desktop" |
|
|
|
|
cp "Packaging/OpenDingux/${TARGET}-manual.txt" "${tmp}/readme.${ext}.txt" |
|
|
|
|
mksquashfs "${BUILD_DIR}/devilutionx" \ |
|
|
|
|
"${tmp}/default.${ext}.desktop" "${tmp}/readme.${ext}.txt" \ |
|
|
|
|
Packaging/resources/icon_32.png Packaging/resources/CharisSILB.ttf \ |
|
|
|
|
"${tmp}/default.${ext}.desktop" "${tmp}/hellfire.${ext}.desktop" \ |
|
|
|
|
"${tmp}/readme.${ext}.txt" Packaging/resources/icon_32.png \ |
|
|
|
|
Packaging/resources/hellfire_32.png Packaging/resources/CharisSILB.ttf \ |
|
|
|
|
"${BUILD_DIR}/devilutionx-${TARGET}.opk" \ |
|
|
|
|
-all-root -no-xattrs -noappend -no-exports -no-progress |
|
|
|
|
} |
|
|
|
|
|