Remove create-dmg.sh script and use create-dmg directly from CMake

This commit is contained in:
Jonas Kvinge
2020-08-01 03:31:01 +02:00
parent 2c72302087
commit b4125fa56c
6 changed files with 1 additions and 29 deletions

View File

@@ -38,7 +38,6 @@ tar -cJf $name-$version.tar.xz \
--exclude="$root/debian/changelog" \
--exclude="$root/dist/scripts/maketarball.sh" \
--exclude="$root/dist/unix/PKGBUILD" \
--exclude="$root/dist/macos/create-dmg.sh" \
--exclude="$root/dist/macos/Info.plist" \
--exclude="$root/dist/windows/windres.rc" \
--exclude="$root/src/translations/translations.pot" \