Skip to content

fix(package): install as /usr/bin/inari; auto-bump the next dev branch - #2

Merged
fbnlrz merged 1 commit into
mainfrom
dev/1.0.2
Jul 26, 2026
Merged

fix(package): install as /usr/bin/inari; auto-bump the next dev branch#2
fbnlrz merged 1 commit into
mainfrom
dev/1.0.2

Conversation

@fbnlrz

@fbnlrz fbnlrz commented Jul 26, 2026

Copy link
Copy Markdown
Owner

The .deb named the binary and icons after the Cargo crate (sink), so it installed /usr/bin/sink + sink.png even though the app is Inari. Rename the crate sink -> inari (lib sink_lib -> inari_lib) so bundles ship /usr/bin/inari and inari.png; point install.sh's BUILD_BIN at the new output name.

Also make the release workflow bump the version in the dev branch it opens: after releasing vX.Y.Z it commits X.Y.(Z+1) to dev/X.Y.(Z+1), so merging that branch to main auto-releases the next version with no manual bump — handy for exercising the in-app updater.

Version bumped to 1.0.2.

The .deb named the binary and icons after the Cargo crate (sink), so it
installed /usr/bin/sink + sink.png even though the app is Inari. Rename the
crate sink -> inari (lib sink_lib -> inari_lib) so bundles ship /usr/bin/inari
and inari.png; point install.sh's BUILD_BIN at the new output name.

Also make the release workflow bump the version in the dev branch it opens:
after releasing vX.Y.Z it commits X.Y.(Z+1) to dev/X.Y.(Z+1), so merging that
branch to main auto-releases the next version with no manual bump — handy for
exercising the in-app updater.

Version bumped to 1.0.2.
@fbnlrz
fbnlrz merged commit 7cd8dc2 into main Jul 26, 2026
2 checks passed
@fbnlrz
fbnlrz deleted the dev/1.0.2 branch July 26, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant