Update pairdrop

This commit is contained in:
ErikrafT 2025-05-04 15:48:59 -03:00 committed by GitHub
parent f72ab52b88
commit 6c2875e062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -184,12 +184,12 @@ sendFiles()
# remove all special characters
zipName=${baseNameTrunk//[^a-zA-Z0-9_]/}
zipToSendAbs="${tmpDir}ErikrafT_Drop.zip"
wrapperZipAbs="${tmpDir}ErikrafT_Drop_wrapper.zip"
zipToSendAbs="${tmpDir}ErikrafT-Drop.zip"
wrapperZipAbs="${tmpDir}ErikrafT-Drop_wrapper.zip"
if [[ $OS == "Windows" ]]; then
zipToSendAbsPS="${tmpDirPS}ErikrafT_Drop.zip"
wrapperZipAbsPS="${tmpDirPS}ErikrafT_Drop_wrapper.zip"
zipToSendAbsPS="${tmpDirPS}ErikrafT-Drop.zip"
wrapperZipAbsPS="${tmpDirPS}ErikrafT-Drop_wrapper.zip"
fi
fi