We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f8756 commit c39038dCopy full SHA for c39038d
helperfunctions.py
@@ -28,7 +28,7 @@ def warpcommand(inputt,message,optimize=False):
28
else:
29
cmd = f'warp4j {inputt} --no-optimize -o warp{message.id}'
30
31
- filename = inputt.replace(".jar","")
+ filename = inputt.split("/")[-1].replace(".jar","")
32
filelist = [f'warp{message.id}/{filename}-linux-x64', f'warp{message.id}/{filename}-macos-x64', f'warp{message.id}/{filename}-windows-x64.exe']
33
return cmd,f'warp{message.id}/',filelist
34
0 commit comments