osu-deploy icon indicating copy to clipboard operation
osu-deploy copied to clipboard

Deploy script for lazer

Results 9 osu-deploy issues
Sort by recently updated
recently updated
newest added

The icon packaged in the AppDir is probably a little too big (`1024x1024`), additionally proper desktop integration seems to fail when the icons are not available in the usual expected...

Needs further testing (I haven't yet managed to get it to run under a VM). - Closes https://github.com/ppy/osu/issues/3984 - Closes #29

This is just to document my findings for if they're needed in the future. The windows build currently uses `nuget.exe` to make the resultant package. It should use `dotnet pack`...

Apple pushes new contracts and they break the ability to use developer tools. The deploy script doesn't surface these errors currently, and instead looks like it has hung indefinitely. Probably...

Would fix ppy/osu#3984. **Proposed design:** If deploying for windows, also `dotnet publish` for `win-x86` architecture. `.32` or similar can be inserted between filename and extension for 32-bit builds.

Codependency: - https://github.com/ppy/osu/pull/28743 I highly recommend reading me and caesay’s [discussion](https://discord.com/channels/188630481301012481/188630652340404224/1255899633687859270) in the osu!dev discord to get an idea of what’s going on here. ## Velopack This is one PR...

This PR attempts to add ARM64 targets for Windows and Linux. The arm64 build for Windows seems to work out of the box. There are two issues I'm currently facing:...

### Prerequisites - https://github.com/ppy/osu/pull/30706 Relevant discussion: https://github.com/ppy/osu/discussions/29140 ### Morale Following the recent issues with the Linux release, it seems clear that implementing beta releases could greatly benefit Lazer. This is...

This is a modern remake of the previous draft (#170) which couldn't really be rebased mostly due to the platform-specific splits done with the Velopack transition so it turned out...