Skip to content

Commit

Permalink
move tauri stuff to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed May 27, 2024
1 parent 0f547af commit d76d679
Show file tree
Hide file tree
Showing 36 changed files with 27 additions and 35 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:

jobs:
publish-tauri:
defaults:
run:
working-directory: ./tql_gui
permissions:
contents: write
strategy:
Expand Down
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,29 @@ Cargo.lock
# Added by cargo

/target

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tql_gui/src-tauri/Cargo.toml → src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tauri-build = { version = "1", features = [] }
tauri = { version = "1", features = ["shell-open"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tql_internal = { path = "../../tql_internal" }
tql_internal = { path = "../tql_internal" }

[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions tql_gui/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions tql_gui/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit d76d679

Please sign in to comment.