Skip to content

Commit

Permalink
Fix problems with pack method
Browse files Browse the repository at this point in the history
  • Loading branch information
insign committed May 21, 2023
1 parent 4ae2e65 commit 2da5190
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.43.0
- Fix problems with pack method
## v0.42.0
- Prioritize flatpak over appimage and snap
## v0.41.0
Expand Down
4 changes: 0 additions & 4 deletions lib/os/prepare.dart
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,6 @@ class Prepare {

final packageScriptContents = await packageScript.contents();



String togetherContents = '''
#!/usr/bin/env bash
Expand Down Expand Up @@ -498,8 +496,6 @@ $bestFor

final packageScriptContents = await packageScript.contents();



String togetherContents = '''
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion lib/pubspec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const name = 'xpm';
const description =
'Universal package manager for any unix-like distro including macOS. Also experimental Windows support.';
const version = '0.42.0';
const version = '0.43.0';
const homepage = 'https://xpm.link';
const repository = 'https://github.com/verseles/xpm';
const executables = '{xpm: null}';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xpm
description: Universal package manager for any unix-like distro including macOS. Also experimental Windows support.
version: 0.42.0
version: 0.43.0
homepage: https://xpm.link
repository: https://github.com/verseles/xpm
executables:
Expand Down

0 comments on commit 2da5190

Please sign in to comment.