From 2da51907b1129af3491e9006194841a1315c2a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio?= Date: Sun, 21 May 2023 03:13:07 -0300 Subject: [PATCH] Fix problems with pack method --- CHANGELOG.md | 2 ++ lib/os/prepare.dart | 4 ---- lib/pubspec.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244ed50..cd3012a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.43.0 +- Fix problems with pack method ## v0.42.0 - Prioritize flatpak over appimage and snap ## v0.41.0 diff --git a/lib/os/prepare.dart b/lib/os/prepare.dart index cf85803..da2a518 100644 --- a/lib/os/prepare.dart +++ b/lib/os/prepare.dart @@ -463,8 +463,6 @@ class Prepare { final packageScriptContents = await packageScript.contents(); - - String togetherContents = ''' #!/usr/bin/env bash @@ -498,8 +496,6 @@ $bestFor final packageScriptContents = await packageScript.contents(); - - String togetherContents = ''' #!/usr/bin/env bash diff --git a/lib/pubspec.dart b/lib/pubspec.dart index 9d44c9c..d878a5e 100644 --- a/lib/pubspec.dart +++ b/lib/pubspec.dart @@ -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}'; diff --git a/pubspec.yaml b/pubspec.yaml index 3887d19..d76bc01 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: