Atrox / steam-account-switcher

simple steam account switcher that lives in your taskbar
MIT License
3 stars 1 forks source link

Bump github.com/akavel/rsrc from 0.8.0 to 0.10.2 #11

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps github.com/akavel/rsrc from 0.8.0 to 0.10.2.

Release notes

Sourced from github.com/akavel/rsrc's releases.

v0.10.2: Attempt at fixing alignment bug

Another attempt at fixing #26, based on suggestion from @tc-hib.

v0.10.1

Reorder icon IDs to make them somewhat more deterministic and easier to use.

v0.10.0

Attempt at fixing bugs related to upx & others, by aligning resources in the .syso. HUGE thanks @tc-hib.

Also took this chance to do some smaller usability improvements:

  • remove long deprecated -data flag
  • default -o filename now includes GOOS and GOARCH tags for easier proper linking
  • default -arch is now amd64 (what most users would probably expect)

v0.9.0

Add experimental support for -arch=arm and -arch=arm64 (thanks @fcharlie)

Commits
  • 9363436 docs: add go-winres recommendation
  • 48a25be fix: bad alignment calculation
  • 67980f0 Generate RT_GROUP_ICON id before ICON ids
  • 96a5f1b build: more platforms for release
  • 484bfbe fix: default to -arch amd64
  • 4ff63ad fix: include {arch} in default -o filename
  • c549a91 fix: double Usage in --help
  • 36a2fa6 ci: install upx for Windows tests
  • 4623579 fix: pad resource data
  • 6c59b92 refactor!: delete defunct flag -data
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)