mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use the current version number in the dmg name
This commit is contained in:
parent
54fcb059b1
commit
5055c01372
@ -35,7 +35,8 @@ jobs:
|
|||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
- script: |
|
- script: |
|
||||||
cd $(Build.SourcesDirectory)
|
cd $(Build.SourcesDirectory)
|
||||||
./compileOSX.sh
|
VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )"
|
||||||
|
./compileOSX.sh $VERSION
|
||||||
mkdir output
|
mkdir output
|
||||||
ls -alh
|
ls -alh
|
||||||
cp *.dmg ./output
|
cp *.dmg ./output
|
||||||
|
Loading…
Reference in New Issue
Block a user