mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 08:47:31 +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"))
|
final tempDir = Directory(join(Directory.systemTemp.path, "spotube-tar"));
|
||||||
..createSync(recursive: true);
|
|
||||||
|
|
||||||
final bundleDirPath =
|
final bundleDirPath =
|
||||||
join(cwd.path, "build", "linux", "x64", "release", "bundle", "*");
|
join(cwd.path, "build", "linux", "x64", "release", "bundle");
|
||||||
|
|
||||||
final tarPath = join(
|
final tarPath = join(
|
||||||
cwd.path,
|
cwd.path,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user