Merge pull request #22 from namecheap/bugfix/RND-754-flameshot-macos-remove-src-from-src-flameshot-on-starting-from-dmg

MacOS - remove 'src/' from 'src/flameshot' on starting from DMG
This commit is contained in:
Yurii Puchkov
2020-12-15 14:21:13 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ jobs:
- name: Build dmg package
run: |
cd build
/usr/local/opt/qt5/bin/macdeployqt src/flameshot.app -dmg
cd build/src
/usr/local/opt/qt5/bin/macdeployqt flameshot.app -dmg
- name: Update dmg package links
run: |

View File

@@ -8,7 +8,7 @@ DEVICE=$(hdiutil attach -readwrite -noverify "flameshot_rw.dmg" | egrep '^/dev/'
sleep 5
echo "Create the sysmbolic link to application folder"
PATH_AT_VOLUME="/Volumes/src:flameshot/"
PATH_AT_VOLUME="/Volumes/flameshot/"
CURRENT_PATH="$(pwd)"
cd "${PATH_AT_VOLUME}"
ln -s /Applications