-
Hi, I have one package here : https://github.com/PoloNX/switch-repo/blob/main/packages/s/switch-pkg/xmake.lua
But i never enter in the if condition. always in the else. do you have an idea of why ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
please use |
Beta Was this translation helpful? Give feedback.
-
Sorry I didn't see your message. I used this
But it exectutes dkp-pacman on my desktop, but it isn't installed on my windows
|
Beta Was this translation helpful? Give feedback.
-
I have this ; {
program = "pacman",
name = "pacman"
} with this code local pacman = find_tool("dkp-pacman")
print(pacman) |
Beta Was this translation helpful? Give feedback.
-
Works fine thanks! |
Beta Was this translation helpful? Give feedback.
try