diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 4c1bce2d8..9002fb522 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.4.0", + "version": "0.4.1", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" diff --git a/cli/tauri.js/templates/src-tauri/src/build.rs b/cli/tauri.js/templates/src-tauri/src/build.rs index 5bd8f5cb7..34fe92b12 100644 --- a/cli/tauri.js/templates/src-tauri/src/build.rs +++ b/cli/tauri.js/templates/src-tauri/src/build.rs @@ -10,6 +10,7 @@ fn main() { } else { panic!("No Icon.ico found. Please add one or check the path"); } +} #[cfg(not(windows))] fn main() {} diff --git a/renovate.json b/renovate.json index 0a765e29a..b21a58bf1 100644 --- a/renovate.json +++ b/renovate.json @@ -55,84 +55,6 @@ "enabled": true }, "rebaseConflictedPrs": false - }, - { - "enabled": true, - "paths": ["examples/react/gatsby*/**"], - "groupName": "Gatsby Examples", - "groupSlug": "allGatsby", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/react/create-react-app*/**"], - "groupName": "CRA Examples", - "groupSlug": "allCRA", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/react/next*/**"], - "groupName": "Next.js Examples", - "groupSlug": "allNextjs", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/vue/**"], - "groupName": "Vue Examples", - "groupSlug": "allVue", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/vanillajs/**"], - "groupName": "VanillaJS Examples", - "groupSlug": "allVanilla", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true - }, - { - "enabled": true, - "paths": ["examples/svelte/**"], - "groupName": "Svelte Examples", - "groupSlug": "allSvelte", - "commitMessagePrefix": "chore(examples)", - "lockFileMaintenance": { - "enabled": true - }, - "prPriority": -1, - "automerge": true, - "rebaseConflictedPrs": true } ] }