Skip to content

Commit

Permalink
fix: glib version is too low when run app of conversion
Browse files Browse the repository at this point in the history
Use org.deepin.base/23.1.0 when convert appimage

Log:
  • Loading branch information
dengbo11 committed Sep 25, 2024
1 parent 9c62b06 commit fa47e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/appimage/convert/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func runConvert(options *convertOptions) error {
Kind: "app",
Description: options.packageDescription,
},
Base: fmt.Sprintf("%s/%s", "org.deepin.foundation", "20.0.0"),
Base: fmt.Sprintf("%s/%s", "org.deepin.base", "23.1.0"),
Command: []string{
fmt.Sprintf("/opt/apps/%s/files/bin/%s", options.packageId, options.packageId),
},
Expand Down

0 comments on commit fa47e68

Please sign in to comment.