mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Most likely fixed #745 now
This commit is contained in:
parent
aace29e1e1
commit
390e4c3014
@ -168,14 +168,14 @@ Task("PackageOsx").Does(() => {
|
|||||||
// Adding MediaInfo dylib
|
// Adding MediaInfo dylib
|
||||||
CopyFiles(sourceFolder + "/Libraries/MediaInfo/*.dylib", outputFolderOsx);
|
CopyFiles(sourceFolder + "/Libraries/MediaInfo/*.dylib", outputFolderOsx);
|
||||||
|
|
||||||
// Adding Startup script
|
|
||||||
CopyFile("./osx/Radarr", outputFolderOsx + "/Radarr");
|
|
||||||
|
|
||||||
// Chmod as executable
|
// Chmod as executable
|
||||||
StartProcess(@"C:\cygwin64\bin\chmod.exe", new ProcessSettings()
|
StartProcess(@"C:\cygwin64\bin\chmod.exe", new ProcessSettings()
|
||||||
.WithArguments(args => args
|
.WithArguments(args => args
|
||||||
.Append("+x")
|
.Append("+x")
|
||||||
.Append(outputFolderOsx + "/Radarr")));
|
.Append(outputFolderOsx + "/Radarr")));
|
||||||
|
|
||||||
|
// Adding Startup script
|
||||||
|
CopyFile("./osx/Radarr", outputFolderOsx + "/Radarr");
|
||||||
});
|
});
|
||||||
|
|
||||||
Task("PackageOsxApp").Does(() => {
|
Task("PackageOsxApp").Does(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user