plyght's own C++ browser for macOS
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

up

plyght edf8ce14 09fef6fc

+1 -2
+1 -2
.github/workflows/release.yml
··· 210 210 - name: Create DMG 211 211 run: | 212 212 mkdir -p dist 213 - bunx --yes create-dmg build/pocb.app dist --overwrite 214 - mv dist/pocb*.dmg dist/pocb-${{ steps.version.outputs.version }}-macos26-arm64.dmg 213 + hdiutil create -volname pocb -srcfolder build/pocb.app -ov -format UDZO dist/pocb-${{ steps.version.outputs.version }}-macos26-arm64.dmg 215 214 216 215 - name: Upload DMG to release 217 216 uses: softprops/action-gh-release@v2