Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 12, 2024
1 parent 48cb096 commit 0095e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
body_path: ./Note.md
releaseDraft: false
prerelease: false
publish: false
publish: true
args: ${{ matrix.args }}
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { onMounted } from 'vue'
import { createDir, BaseDirectory } from '@tauri-apps/api/fs'
import { os } from '@tauri-apps/api'
import { appWindow } from '@tauri-apps/api/window'
import { useI18n } from 'vue-i18n'
const { locale } = useI18n()
Expand Down

0 comments on commit 0095e6a

Please sign in to comment.