Skip to content

Commit fd04dad

Browse files
committed
update build.gradle and desku
1 parent 8cca6bd commit fd04dad

8 files changed

Lines changed: 3 additions & 11 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configure(subprojects - project(':android')) {
2929
}
3030

3131
subprojects {
32-
version = '1.0.0'
32+
version = '2.0.0'
3333
ext.appName = 'Desku-App'
3434
repositories {
3535
mavenCentral()

desktop/assets/bootstrap.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.
-17.3 KB
Binary file not shown.
-102 KB
Binary file not shown.
-205 KB
Binary file not shown.

desktop/assets/windows/script.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

desktop/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ repositories {
2626

2727
sourceSets.main.resources.srcDirs += [ rootProject.file('assets').path ]
2828
//mainClassName = 'com.author.desktop.Main'
29-
eclipse.project.name = appName + '-desktop'
3029

3130
dependencies {
3231
implementation project(':core')
@@ -36,8 +35,6 @@ import io.github.fvarrui.javapackager.gradle.PackageTask;
3635
import io.github.fvarrui.javapackager.model.*;
3736

3837
group = 'com.author.desktop'
39-
version = '1.0.0'
40-
description = 'Desku example app.'
4138
compileJava.options.encoding = 'UTF-8'
4239

4340
javapackager {
@@ -46,6 +43,7 @@ javapackager {
4643
generateInstaller = true
4744
vmArgs = ["-Djava.library.path=."]
4845
administratorRequired = false
46+
name = rootProject.name
4947
}
5048
jar {
5149
manifest {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xms512M -Xmx4096m -XX:MaxMetaspaceSize=1G
33
org.gradle.configureondemand=false
44
robovmVersion=2.3.16
55
androidPluginVersion=7.3.0
6-
deskuVersion=1.0.26
6+
deskuVersion=a1ac3d068a

0 commit comments

Comments
 (0)