mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Path problem.
This commit is contained in:
parent
3af480fd8c
commit
1a362091b0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class Gpg {
|
|||
if (gpg != null) {
|
||||
val directory = files.get(0).parentFile.absoluteFile
|
||||
files.forEach { file ->
|
||||
val ascFile = File(directory, file.absolutePath + ".asc")
|
||||
val ascFile = File(file.absolutePath + ".asc")
|
||||
ascFile.delete()
|
||||
val allArgs = arrayListOf<String>()
|
||||
allArgs.add(gpg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue