Add Applications folder to MacOS DMG

This commit is contained in:
Eric Van Albert
2025-12-16 21:11:40 -05:00
parent 740b55f44b
commit 0df11f3441
+3
View File
@@ -256,6 +256,9 @@ jobs:
mkdir dmg-contents
cp -R Radiance.app dmg-contents/
# Create an alias to the Applications folder
ln -s /Applications dmg-contents/Applications
# Create the DMG
hdiutil create -volname "Radiance" -srcfolder dmg-contents -ov -format UDZO Radiance.dmg