mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 00:17:29 +00:00
cd: idk
This commit is contained in:
parent
8af93a2345
commit
dfa81628e2
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user