mirror of
https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
synced 2024-08-15 00:43:41 +00:00
no clue if this state works
This commit is contained in:
parent
839101b02a
commit
1b78cf3f7e
7 changed files with 18 additions and 35 deletions
|
@ -29,7 +29,7 @@ tasks.register<com.ullink.Msbuild>("buildC#") {
|
|||
tasks.register<Exec>("sign") {
|
||||
dependsOn("buildC#")
|
||||
workingDir = project.projectDir.resolve("${rootProject.name}/obj/Release")
|
||||
executable = "H:\\Windows Kits\\10\\bin\\10.0.22000.0\\x64\\signtool.exe"
|
||||
executable = "H:\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe"
|
||||
args = listOf(
|
||||
"sign",
|
||||
"/seal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue