Skip to content

Commit

Permalink
fix(ui): bundle app pass
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed May 12, 2024
1 parent a314a9b commit 6bd6093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "com.tauri.dev",
"identifier": "wtf.s1.ezlog.tauri",
"targets": "all"
},
"security": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Modal.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script setup>
<script setup lang="ts">
import { ref } from "vue";
const props = defineProps({
Expand Down

0 comments on commit 6bd6093

Please sign in to comment.