change version number and binary name
parent
af082829e5
commit
3bfa874afb
|
@ -81,7 +81,7 @@ It should be enough to do a simple:
|
||||||
```bash
|
```bash
|
||||||
./gradlew build
|
./gradlew build
|
||||||
```
|
```
|
||||||
You can then find the executable in `build/bin/native/releaseExecutable`.
|
You can then find the executable in `build/bin/native/hcReleaseExecutable`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This software is licensed under the MPL 2.0, see the [LICENSE](LICENSE) file.
|
This software is licensed under the MPL 2.0, see the [LICENSE](LICENSE) file.
|
||||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "fi.schro"
|
group = "fi.schro"
|
||||||
version = "0.0.1"
|
version = "1.0.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -23,7 +23,7 @@ kotlin {
|
||||||
|
|
||||||
nativeTarget.apply {
|
nativeTarget.apply {
|
||||||
binaries {
|
binaries {
|
||||||
executable {
|
executable("hc") {
|
||||||
entryPoint = "fi.schro.main"
|
entryPoint = "fi.schro.main"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue