Skip to content

Commit 5803017

Browse files
feat(tauricon): remove from cli (#3293)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent 03fc92c commit 5803017

File tree

10 files changed

+44
-2987
lines changed

10 files changed

+44
-2987
lines changed

.changes/remove-tauricon.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cli.js": patch
3+
---
4+
5+
Removed the `icon` command, now exposed as a separate package, see https://github.com/tauri-apps/tauricon.

tooling/cli.js/bin/tauri-icon.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

tooling/cli.js/bin/tauri.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { createRequire } from 'module'
1212
const require = createRequire(import.meta.url)
1313
const pkg = require('../package.json')
1414

15-
const cmds = ['icon', 'deps']
15+
const cmds = ['deps']
1616
const rustCliCmds = ['dev', 'build', 'init', 'info', 'sign']
1717

1818
const cmd = process.argv[2]

tooling/cli.js/package.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,8 @@
5959
"glob": "7.2.0",
6060
"global-agent": "3.0.0",
6161
"got": "11.8.3",
62-
"imagemin": "8.0.1",
63-
"imagemin-optipng": "8.0.0",
64-
"imagemin-zopfli": "7.0.0",
6562
"inquirer": "8.2.0",
66-
"is-png": "3.0.1",
67-
"minimist": "1.2.5",
6863
"ms": "2.1.3",
69-
"png-to-ico": "2.1.2",
70-
"png2icons": "2.0.1",
71-
"read-chunk": "4.0.2",
72-
"semver": "7.3.5",
73-
"sharp": "0.29.3",
7464
"update-notifier": "5.1.0"
7565
},
7666
"devDependencies": {
@@ -84,15 +74,10 @@
8474
"@rollup/plugin-replace": "3.0.1",
8575
"@rollup/plugin-typescript": "8.3.0",
8676
"@types/cross-spawn": "6.0.2",
87-
"@types/fs-extra": "9.0.13",
8877
"@types/glob": "7.2.0",
8978
"@types/global-agent": "2.1.1",
90-
"@types/imagemin": "8.0.0",
91-
"@types/imagemin-optipng": "5.2.1",
9279
"@types/inquirer": "8.1.3",
9380
"@types/ms": "0.7.31",
94-
"@types/semver": "7.3.9",
95-
"@types/sharp": "0.29.5",
9681
"@typescript-eslint/eslint-plugin": "5.9.1",
9782
"@typescript-eslint/parser": "5.9.1",
9883
"babel-jest": "27.4.6",
@@ -109,7 +94,6 @@
10994
"jest-transform-toml": "1.0.0",
11095
"lockfile-lint": "4.6.2",
11196
"prettier": "2.5.1",
112-
"promise": "8.1.0",
11397
"rimraf": "3.0.2",
11498
"rollup": "2.63.0",
11599
"rollup-plugin-terser": "7.0.2",

tooling/cli.js/rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const cliManifest = TOML.parse(cliManifestContents)
1919
export default {
2020
input: {
2121
'api/cli': './src/api/cli.ts',
22-
'api/tauricon': './src/api/tauricon.ts',
2322
'api/dependency-manager': './src/api/dependency-manager/index.ts',
2423
'helpers/spawn': './src/helpers/spawn.ts',
2524
'helpers/rust-cli': './src/helpers/rust-cli.ts',

0 commit comments

Comments
 (0)