Skip to content

Commit 84a260a

Browse files
committed
revert
1 parent 613fa17 commit 84a260a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks.register('conanProfile', Copy) {
2323
deployer.set('conandeployer.py')
2424
deployerFolder.set(outputDirectory.get().asFile.toString() + "/assets/core")
2525
dependsOn(tasks.named('conanProfile'))
26-
conanExecutable.set('/Users/andreas/odr/venv/bin/conan')
26+
conanExecutable.set('conan')
2727
}
2828
}
2929

0 commit comments

Comments
 (0)