Skip to content

Commit

Permalink
Make SlimeVR icon rounded (#1286)
Browse files Browse the repository at this point in the history
Co-authored-by: lucas lelievre <[email protected]>
  • Loading branch information
ImUrX and loucass003 authored Jan 29, 2025
1 parent d389b5a commit 4ea5751
Show file tree
Hide file tree
Showing 52 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"preview-vite": "vite preview",
"javaversion-build": "cd src-tauri/src/ && javac JavaVersion.java && jar cvfe JavaVersion.jar JavaVersion JavaVersion.class",
"gen:javaversion": "cd src-tauri/src/ && javac JavaVersion.java && jar cvfe JavaVersion.jar JavaVersion JavaVersion.class",
"gen:firmware-tool": "openapi-codegen gen firmwareTool"
"gen:firmware-tool": "openapi-codegen gen firmwareTool",
"gen:icons": "tauri icon --ios-color '#663499' src-tauri/icons/icon.svg"
},
"devDependencies": {
"@dword-design/eslint-plugin-import-alias": "^4.0.9",
Expand Down Expand Up @@ -93,4 +94,4 @@
"vite": "^5.4.8",
"typescript-eslint": "^8.8.0"
}
}
}
Binary file removed gui/src-tauri/icons/1024x1024.png
Binary file not shown.
Binary file modified gui/src-tauri/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square107x107Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square142x142Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square150x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square284x284Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square30x30Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square310x310Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square44x44Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square71x71Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/Square89x89Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gui/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png
Binary file modified gui/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png
Binary file modified gui/src-tauri/icons/icon.icns
Binary file not shown.
Binary file modified gui/src-tauri/icons/icon.ico
Binary file not shown.
Binary file modified gui/src-tauri/icons/icon.png
2 changes: 1 addition & 1 deletion gui/src-tauri/icons/icon.svg
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]
Binary file modified gui/src-tauri/icons/ios/[email protected]

0 comments on commit 4ea5751

Please sign in to comment.