Skip to content

Commit

Permalink
flatpak: Change name to ReSet case
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 11, 2024
1 parent 77c53a3 commit fdfb011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flatpak/org.Xetibo.ReSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"modules": [
{
"name": "reset",
"name": "ReSet",
"buildsystem": "simple",
"build-options": {
"env": {
Expand All @@ -35,7 +35,7 @@
"build-commands": [
"cargo --offline fetch --manifest-path Cargo.toml --verbose",
"cargo --offline build --release --verbose",
"install -Dm755 ./target/release/reset -t /app/bin/",
"install -Dm755 ./target/release/ReSet -t /app/bin/",
"install -Dm644 ./src/resources/icons/ReSet.svg /app/share/icons/hicolor/scalable/apps/org.Xetibo.ReSet.svg",
"install -Dm644 ./flatpak/org.Xetibo.ReSet.desktop /app/share/applications/org.Xetibo.ReSet.desktop"
],
Expand Down
1 change: 0 additions & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ async fn test_plugins() {
hint::spin_loop();
}
unsafe {
println!("pang");
for plugin in FRONTEND_PLUGINS.iter() {
let name = (plugin.frontend_name)();
let tests = (plugin.frontend_tests)();
Expand Down

0 comments on commit fdfb011

Please sign in to comment.