Skip to content

Commit

Permalink
cd: idk
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed May 7, 2024
1 parent 8af93a2 commit dfa8162
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/commands/build/linux.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ class LinuxBuildCommand extends Command with BuildCommandCommonSteps {
""",
);

final tempDir = Directory(join(Directory.systemTemp.path, "spotube-tar"))
..createSync(recursive: true);
final tempDir = Directory(join(Directory.systemTemp.path, "spotube-tar"));

final bundleDirPath =
join(cwd.path, "build", "linux", "x64", "release", "bundle", "*");
join(cwd.path, "build", "linux", "x64", "release", "bundle");

final tarPath = join(
cwd.path,
Expand Down

0 comments on commit dfa8162

Please sign in to comment.