We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa87ac6 commit 33246b9Copy full SHA for 33246b9
requirements.txt
@@ -1,3 +1,3 @@
1
-pywebview
+pywebview[qt]
2
pyinstaller
3
pillow
src/main.html
@@ -423,7 +423,7 @@
423
<script src="./vue-i18n.global.prod.js"></script>
424
<script type="module">
425
// TODO: Version
426
- const VERSION = "0.4.1";
+ const VERSION = "0.4.2";
427
const { createApp } = Vue;
428
const { createI18n } = VueI18n;
429
let api = null;
0 commit comments