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