Skip to content

Commit 12d4839

Browse files
author
Janis Erdmanis
committed
updating QML
1 parent e11cb93 commit 12d4839

4 files changed

Lines changed: 59 additions & 79 deletions

File tree

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch: # Manual trigger for testing
55
inputs:
66
tag_name:
7-
description: 'Tag name for testing (e.g., v1.0.0-test)'
7+
description: 'Tag name for testing (e.g., v0.0.1-test)'
88
required: true
9-
default: 'v1.0.0-test'
9+
default: 'v0.0.1-test'
1010
skip_upload:
1111
description: 'Skip upload (test build only)'
1212
required: false

Manifest.toml

Lines changed: 55 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PeaceFounderClient"
22
uuid = "e27653ee-9918-43bd-96c3-a19beeb55963"
33
authors = ["Janis Erdmanis <janiserdmanis@protonmail.ch>"]
4-
version = "0.1.0"
4+
version = "0.1.2"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -11,11 +11,6 @@ QML = "2db162a6-7e43-52c3-8d84-290c1c42d82a"
1111
Qt65Compat_jll = "f5784262-74e5-52be-b835-f3e8a3cf8710"
1212
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
1313

14-
[compat]
15-
PrecompileTools = "1.2.1"
16-
QML = "0.9.2"
17-
Qt65Compat_jll = "6.7.1"
18-
1914
[bundle]
2015
APP_DESCRIPTION = "A voting client for PeaceFounder evoting system."
2116
APP_DISPLAY_NAME = "PeaceFounder"

qml/Bridge.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import org.julialang
1+
import jlqml
22

33
App {
44
width: parent.width

0 commit comments

Comments
 (0)