Skip to content

Commit

Permalink
The macOS disk image now contains an url that points at the revision …
Browse files Browse the repository at this point in the history
…of the build.
  • Loading branch information
DominusExult committed Apr 4, 2021
1 parent ea9c600 commit 6150ae4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile.am
Expand Up @@ -348,10 +348,7 @@ osxdmg: bundle
cp $(srcdir)/macosx/diskback.png ./Exult-snapshot/images/diskback.png
cp $(srcdir)/macosx/DS_Store ./Exult-snapshot/.DS_Store
ln -s /Applications "./Exult-snapshot/Drag'n'drop here"
touch "./Exult-snapshot/Git $(REVISION)"
echo "read 'icns' (-16455) \"$(srcdir)/macosx/clear.icns\";" >> tmpicnsE.rsrc
Rez -a tmpicnsE.rsrc -o "./Exult-snapshot/Git $(REVISION)"
SetFile -a C "./Exult-snapshot/Git $(REVISION)"
echo "[InternetShortcut]\nURL=https://github.com/exult/exult/commit/$(REVISION)" > "./Exult-snapshot/Git $(REVISION).url"
SetFile -a V ./Exult-snapshot/.DS_Store
SetFile -a V ./Exult-snapshot/images
SetFile -t ttro -c ttxt ./Exult-snapshot/Authors
Expand All @@ -377,10 +374,7 @@ studiodmg:
cp $(srcdir)/macosx/diskback.png ./Studio-snapshot/images/diskback.png
cp $(srcdir)/macosx/exult_studio_DS_Store ./Studio-snapshot/.DS_Store
ln -s /Applications "./Studio-snapshot/Drag'n'drop here"
touch "./Studio-snapshot/Git $(REVISION)"
echo "read 'icns' (-16455) \"$(srcdir)/macosx/clear.icns\";" >> tmpicnsES.rsrc
Rez -a tmpicnsES.rsrc -o "./Studio-snapshot/Git $(REVISION)"
SetFile -a C "./Studio-snapshot/Git $(REVISION)"
echo "[InternetShortcut]\nURL=https://github.com/exult/exult/commit/$(REVISION)" > "./Studio-snapshot/Git $(REVISION).url"
SetFile -a V ./Studio-snapshot/.DS_Store
SetFile -a V ./Studio-snapshot/images
SetFile -t ttro -c ttxt ./Studio-snapshot/Authors
Expand Down

0 comments on commit 6150ae4

Please sign in to comment.