Amr Bashir
4143ffd427
fix(cli.js): detect CARGO_TARGET_DIR for local run ( #3147 )
...
* fix(cli.js): detect `CARGO_TARGET_DIR` for local run
* [skip ci] revert schema changes
2022-01-04 13:57:50 +02:00
Lucas Fernandes Nogueira
fb2b9a52f5
feat(cli.js): allow configuring tauri app path on package.json #2752 ( #3035 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2021-12-09 01:23:49 -03:00
renovate[bot]
c869bec3fc
chore(deps) Update Tauri JS CLI (major) ( #2748 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-10-13 10:30:50 -03:00
Lucas Fernandes Nogueira
11db96e440
fix(cli.js): .ico icon generation, closes #2692 ( #2694 )
...
* fix(cli.js): `.ico` icon generation, closes #2692
* fmt
* chore: cleanup resize logic
2021-10-02 08:42:32 -03:00
Lucas Fernandes Nogueira
a8cff6b3bc
feat(cli): do not enforce src-tauri folder structure, closes #2643 ( #2654 )
2021-09-27 14:54:41 -03:00
renovate[bot]
68df388940
chore(deps) Update dependency read-chunk to v4 ( #2483 )
...
* chore(deps) Update dependency read-chunk to v4
* update read-chunk usage
* fmt
* update lockfiles
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-08-24 12:03:10 -03:00
Lucas Fernandes Nogueira
8d1fe0ea05
feat(cli.js): readd ESM distribution ( #2468 )
2021-08-17 10:27:02 -03:00
Lucas Fernandes Nogueira
01ad29257c
fix(cli.js): revert ESM distribution ( #2457 )
2021-08-16 20:15:49 -03:00
Lucas Fernandes Nogueira
c544cea8c9
fix(cli.js): force version update on Cargo manifest ( #2419 )
2021-08-13 11:41:06 -03:00
Lucas Fernandes Nogueira
5f6e135f23
refactor(cli.js): package as ES module, closes #2256 ( #2392 )
2021-08-11 14:00:35 -03:00
Lucas Fernandes Nogueira
9c4032ba10
fix(cli.js): usage with HTTPS_PROXY, closes #2237 ( #2381 )
2021-08-10 11:31:48 -03:00
Jacob Bolda
c410e034f7
convert jest tests to child_process run script ( #2308 )
...
* convert jest tests to child_process run script
* remove vuecli (it freezes), add angular
* run cargo build in correct dir
* add in asserts on fs
* normalize assert for node14
* fix installing empty dependencies
* add messages to asserts
* use test dir to check if running local cli
* try running in parallel
* run in parallel and log output serially
* avoid parallel, skip yarn for now
* add change file
* disable running with npm6 due to vite fail
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-08-08 03:13:05 -05:00
Amr Bashir
3e6f34160d
fix(cli.rs): run powershell kill command without profile ( #2130 )
2021-06-30 15:12:37 -03:00
LisiurDay
fd0334645b
fix: tauri init may failed with no error message. ( fix #2079 ) ( #2117 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-06-30 09:26:49 -03:00
Lucas Fernandes Nogueira
a819f5c9cf
fix(cli.js): audit ( #1989 )
2021-06-15 23:00:49 -03:00
Lucas Fernandes Nogueira
8be35ced78
fix(cli.rs): tauri.conf.json > tauri > bundle > targets being ignored ( #1945 )
...
* fix(cli.rs): `tauri.conf.json > tauri > bundle > targets` being ignored
* fix: cli.ts run
2021-06-04 00:57:00 -03:00
Lucas Nogueira
716d6064a2
chore(cli.js): remove console.log statement
2021-05-13 18:42:27 -03:00
Dominik Schenk
66b6136e06
Disable version check with semver for now ( #1810 )
2021-05-12 19:33:17 -03:00
renovate[bot]
cd638cbf5b
chore(deps) Update Tauri JS CLI ( #1784 )
...
* chore(deps) Update Tauri JS CLI
* fix: fmt
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-12 10:36:57 -03:00
Dominik Schenk
908b703246
feat(cli.js): package managers interface, add pnpm support ( #1743 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-09 09:03:44 -03:00
Lucas Fernandes Nogueira
862e33a0f6
refactor(cli.js): download rustup binary ( #1711 )
2021-05-05 10:28:43 -03:00
nothingismagick
82a580ec45
feat(tauricon): fix transparency ( #1678 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-02 19:02:58 -03:00
SneakyFish5
f35330c414
refactor(cli.js): rework yarn check ( #1611 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-04-24 17:31:36 -03:00
Lucas Fernandes Nogueira
1e0b41e155
refactor(cli.js): tauri icon with positional arg for icon path ( #1600 )
2021-04-23 11:10:49 -03:00
Lucas Fernandes Nogueira
8a32d0ec39
fix(cli.js): remove cli file if the download fails or process is killed ( #1592 )
2021-04-22 23:10:45 -03:00
Lucas Fernandes Nogueira
07eb6cec8b
fix(cli.js): use cargo search on crate latest version detection ( #1563 )
2021-04-21 12:43:46 -03:00
Noah Klayman
df305b234b
feat(cli/tauri.js): download prebuilt cli ( #1452 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-04-13 22:09:13 -03:00
Lucas Fernandes Nogueira
aea614587b
refactor(repo): add /tooling folder ( #1457 )
2021-04-12 01:59:25 -03:00