File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ if [ "$2""x" != "1x" ]; then
38
38
-Dcompose.application.configure.swing.globals=true \
39
39
-Dcompose.application.resources.dir=" $p " /build/compose/tmp/prepareAppResources \
40
40
-Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant \
41
- -cp " $p " /build/compose/jars/trifa_material-linux-x64-1.0.45 .jar \
41
+ -cp " $p " /build/compose/jars/trifa_material-linux-x64-1.0.46 .jar \
42
42
MainKt
43
43
else
44
44
" $java_17_or_newer_dir " /bin/java -Dapple.awt.application.name=TRIfA \
45
45
-Dcom.apple.mrj.application.apple.menu.about.name=TRIfA \
46
46
-Dcompose.application.configure.swing.globals=true \
47
47
-Dcompose.application.resources.dir=" $p " /build/compose/tmp/prepareAppResources \
48
48
-Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant \
49
- -cp " $p " /build/compose/jars/trifa_material-linux-x64-1.0.45 .jar \
49
+ -cp " $p " /build/compose/jars/trifa_material-linux-x64-1.0.46 .jar \
50
50
MainKt
51
51
fi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
15
15
}
16
16
17
17
group = " com.zoffcc.applications.trifa_material"
18
- version = " 1.0.45 "
18
+ version = " 1.0.46 "
19
19
val appName = " trifa_material"
20
20
21
21
repositories {
You can’t perform that action at this time.
0 commit comments