Rename iaito -> cutter

This commit is contained in:
Maijin 2017-09-26 10:32:03 +02:00
parent 9257294727
commit 9b4668ff02
5 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "cutter_win32"] [submodule "cutter_win32"]
path = cutter_win32 path = cutter_win32
url = https://github.com/mrexodia/cutter_win32 url = https://github.com/radareorg/cutter_win32
[submodule "radare2"] [submodule "radare2"]
path = radare2 path = radare2
url = https://github.com/radare/radare2 url = https://github.com/radare/radare2

View File

@ -15,7 +15,7 @@ matrix:
after_success: after_success:
# TODO: include radare2/www for the webserver # TODO: include radare2/www for the webserver
- macdeployqt cutter.app -dmg - macdeployqt cutter.app -dmg
- curl --upload-file ./iai*.dmg https://transfer.sh/cutter-git.$(git rev-parse --short HEAD).dmg - ls cut*.dmg
- os: linux - os: linux
dist: trusty dist: trusty
sudo: required sudo: required
@ -35,7 +35,7 @@ matrix:
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2 - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- curl --upload-file ./Iai*.AppImage https://transfer.sh/Cutter-git.$(git rev-parse --short HEAD)-x86_64.AppImage - ls cut*.AppImage
script: script:
- git submodule init ; git submodule update - git submodule init ; git submodule update

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB