Skip to content
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

fix some todos #2

Merged
merged 12 commits into from
Aug 25, 2024
Merged

fix some todos #2

merged 12 commits into from
Aug 25, 2024

Conversation

bircni
Copy link
Contributor

@bircni bircni commented Aug 25, 2024

No description provided.

@bircni
Copy link
Contributor Author

bircni commented Aug 25, 2024

When merging maybe do a squash merge :-)

@@ -27,22 +27,11 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? :O

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still testing ..!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works now!

@@ -1,9 +0,0 @@
extern crate embed_resource;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

About this file - without it, executable will not have an icon on Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but it was never triggered...
build.rs must be set in Cargo.toml - I will rereview that later on

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

@bircni
Copy link
Contributor Author

bircni commented Aug 25, 2024

Yeaahh a squash merge would be better or i squash all commits before you merge - this is a mess xD

@bircni bircni requested a review from Leinnan August 25, 2024 19:37
Copy link
Owner

@Leinnan Leinnan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly great, just few things :D

Cargo.toml Outdated
@@ -2,6 +2,7 @@
name = "lwa_fm"
edition = "2021"
homepage = "https://github.com/Leinnan/lwa_fm"
build = "build.rs"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, now I get it. If you create build.rs it will be used and there is no need to specify it in Cargo.toml. This field is when you want to use different path than REPO_ROOT/build.rs. So setting up it to default value add no value.

Cargo.toml Show resolved Hide resolved
@Leinnan Leinnan merged commit 0f9cd85 into Leinnan:main Aug 25, 2024
0 of 3 checks passed
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.

2 participants