-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stardrop: init at 1.2.1 #350713
base: master
Are you sure you want to change the base?
stardrop: init at 1.2.1 #350713
Conversation
a2d55a6
to
fc5db74
Compare
fc5db74
to
7802e70
Compare
postFixup = '' | ||
for size in 16 24 32 48 64 128 256; do | ||
mkdir -p $out/share/icons/hicolor/"$size"x"$size"/apps | ||
magick ${./stardrop.ico} -background none -resize "$size"x"$size" -flatten \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the icon needs to be converted to all possible sizes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What sizes? 64 and 128?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose the best size would be the size of the original ico file.
7802e70
to
b1ec6e8
Compare
b1ec6e8
to
204855f
Compare
204855f
to
49ff9c8
Compare
dotnet-sdk = dotnetCorePackages.sdk_7_0; | ||
dotnet-runtime = dotnetCorePackages.runtime_7_0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.NET SDK 7 will be removed: #326335
Please try version 8.
Description of changes
Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.