New osx files.
This commit is contained in:
parent
504dbe0201
commit
cc66e17c5f
@ -5,6 +5,7 @@ qmake ..
|
|||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
make dmg
|
make dmg
|
||||||
|
make zip
|
||||||
|
|
||||||
ls -lha
|
ls -lha
|
||||||
otool -L "RSS Guard.app/Contents/MacOS/rssguard"
|
otool -L "RSS Guard.app/Contents/MacOS/rssguard"
|
||||||
@ -26,6 +27,16 @@ echo "DMGNAME NO SPACE IS: $dmgnamenospace"
|
|||||||
|
|
||||||
curl --upload-file "./$dmgname" "https://transfer.sh/$dmgnamenospace" --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
curl --upload-file "./$dmgname" "https://transfer.sh/$dmgnamenospace" --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
echo "\n" >> ./build-wiki/Mac-OS-X-development-builds.md
|
echo "\n" >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
|
||||||
|
set -- *.zip
|
||||||
|
zipname="$1"
|
||||||
|
zipnamenospace="${zipname// /-}"
|
||||||
|
echo "ZIPNAME IS: $zipname"
|
||||||
|
echo "ZIPNAME NO SPACE IS: $zipnamenospace"
|
||||||
|
|
||||||
|
curl --upload-file "./$zipname" "https://transfer.sh/$zipnamenospace" --silent >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
echo "\n" >> ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
|
||||||
cat ./build-wiki/Mac-OS-X-development-builds.md
|
cat ./build-wiki/Mac-OS-X-development-builds.md
|
||||||
|
|
||||||
cd ./build-wiki
|
cd ./build-wiki
|
||||||
|
@ -665,7 +665,7 @@ mac {
|
|||||||
|
|
||||||
dmg.target = dmg
|
dmg.target = dmg
|
||||||
dmg.depends = install
|
dmg.depends = install
|
||||||
dmg.commands = macdeployqt $$shell_quote($$shell_path($$PREFIX)) -dmg
|
dmg.commands = macdeployqt $$shell_quote($$shell_path($$PREFIX)) -executable=$$shell_quote($$shell_path($$PREFIX/Contents/MacOS/$$TARGET)) -dmg
|
||||||
|
|
||||||
QMAKE_EXTRA_TARGETS += seven_zip zip dmg
|
QMAKE_EXTRA_TARGETS += seven_zip zip dmg
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user