Based on StefanOltmann/mines (AGPL-3.0): flat-top hex grid, configurable board size, and a mine-count slider replacing fixed difficulty presets. Co-authored-by: Cursor <[email protected]>
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
include "#!./gradlew -q printConveyorConfig"
|
|
|
|
include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")
|
|
|
|
gradle-cache = ${env.HOME}/.gradle
|
|
|
|
conveyor.compatibility-level = 16
|
|
|
|
app {
|
|
|
|
rdns-name = "io.github.stefanoltmann.mines"
|
|
|
|
fsname = "mines"
|
|
|
|
display-name = "Mines for Windows"
|
|
|
|
vcs-url = github.com/stefanoltmann/mines
|
|
|
|
license = GPL-3
|
|
|
|
machines = [windows.amd64, linux.amd64.glibc, mac.amd64, mac.aarch64]
|
|
|
|
site {
|
|
github {
|
|
oauth-token = ${env.GITHUB_TOKEN}
|
|
}
|
|
}
|
|
|
|
icons = icon/icon.svg
|
|
|
|
compression-level = high
|
|
|
|
# Update checks are disabled to ensure full offline functionality
|
|
# and to protect users' privacy. No personal data is collected.
|
|
updates = none
|
|
|
|
windows {
|
|
store {
|
|
identity-name = "StefanOltmann.MinesforWindowsnew"
|
|
publisher = "CN=1A06AF6C-2943-4BE6-BB85-12677BA3F28D"
|
|
publisher-display-name = "Stefan Oltmann"
|
|
store-id = "9P4V6Z0RGVV1"
|
|
}
|
|
}
|
|
|
|
mac {
|
|
|
|
info-plist.LSMinimumSystemVersion = 11.0.0
|
|
|
|
info-plist.CFBundleLocalizations = [ "en", "de" ]
|
|
}
|
|
}
|