Make source archive: Display the right error message when an unsupported archive format extension is selected.

[DEVELOPMENT ENVIRONMENT]
* BUG: Make source archive: Display the right error message when an unsupported archive format extension is selected.
This commit is contained in:
gambas 2021-03-27 14:17:33 +01:00
parent e76bf8455d
commit b529ca0ff9

View file

@ -4791,6 +4791,10 @@ Public Sub MakeSourcePackageFromTo(sFrom As String, sPath As String, Optional bF
sCmd &= " --exclude=" & Shell$(sIgnore)
Next
sCmd &= " " & Shell$(File.Name(sFrom))
Case Else
Goto UNSUPPORTED
End Select