mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
Refactor(tauri): move tauri-api and tauri-updater to tauri (#1455)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
@@ -19,8 +19,4 @@
|
||||
|
||||
/cli/tauri.js/ @tauri-apps/js-cli
|
||||
|
||||
/tauri-update/ @tauri-apps/core
|
||||
|
||||
/tauri-api/ @tauri-apps/core
|
||||
|
||||
/tauri/ @tauri-apps/core
|
||||
/core/** @tauri-apps/core
|
||||
|
||||
1
.github/CONTRIBUTING.md
vendored
1
.github/CONTRIBUTING.md
vendored
@@ -53,7 +53,6 @@ Some Tauri packages will be automatically built when running one of the examples
|
||||
### Packages Overview
|
||||
|
||||
- The JS API (`/api`) contains JS bindings to the builtin Rust functions in the Rust API.
|
||||
- The Rust API (`/core/tauri-api`) contains the Rust functions used by the JS API.
|
||||
- Tauri.js (`/cli/tauri.js`) is the primary CLI for creating and developing Tauri apps.
|
||||
- The Rust CLI (`/cli/core`) is a new version of the CLI that will replace Tauri.js, but now it only supports build and dev commands. Tauri.js will automatically use the Rust CLI for these commands.
|
||||
- Tauri Bundler (`/cli/tauri-bundler`) is used by the Rust CLI to package executables into installers.
|
||||
|
||||
1
.github/workflows/artifacts-updater.yml
vendored
1
.github/workflows/artifacts-updater.yml
vendored
@@ -8,7 +8,6 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/artifacts-updater.yml'
|
||||
- 'core/tauri/**'
|
||||
- 'core/tauri-updater/**'
|
||||
- 'cli/core/**'
|
||||
- 'cli/tauri-bundler/**'
|
||||
- 'examples/updater/**'
|
||||
|
||||
@@ -112,10 +112,6 @@ jobs:
|
||||
registryName: tauri-bundler
|
||||
- name: tauri-utils
|
||||
registryName: tauri-utils
|
||||
- name: tauri-api
|
||||
registryName: tauri-api
|
||||
- name: tauri-updater
|
||||
registryName: tauri-updater
|
||||
- name: tauri-core
|
||||
registryName: tauri
|
||||
|
||||
|
||||
Reference in New Issue
Block a user