We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d474bbb commit 73244c6Copy full SHA for 73244c6
pelf.go
@@ -1,7 +1,6 @@
1
// PELF - The AppBundle format and the AppBundle Creation Tool
2
// It used to stand for Pack an Elf, but we slowly evolved into a much simpler yet more featureful alternative to .AppImages
3
// PELF now refers to the tool used to create .AppBundles
4
-//
5
package main
6
7
import (
@@ -376,7 +375,7 @@ func main() {
376
375
//// Fallback to Type II if Type I is not possible
377
//typeIOutput, err = appBundleID.Format(utils.TypeII)
378
//if err != nil {
379
- return fmt.Errorf("cannot generate output filename: %v", err)
+ return fmt.Errorf("cannot generate output filename: %v", err)
380
//}
381
}
382
fsExt := ".dwfs"
0 commit comments