Skip to content

Commit 33246b9

Browse files
committed
chore: Using QT
1 parent aa87ac6 commit 33246b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pywebview
1+
pywebview[qt]
22
pyinstaller
33
pillow

src/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
<script src="./vue-i18n.global.prod.js"></script>
424424
<script type="module">
425425
// TODO: Version
426-
const VERSION = "0.4.1";
426+
const VERSION = "0.4.2";
427427
const { createApp } = Vue;
428428
const { createI18n } = VueI18n;
429429
let api = null;

0 commit comments

Comments
 (0)