You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
277 B
10 lines
277 B
8 years ago
|
VERSION=$1
|
||
|
outputFolder='./_output'
|
||
|
outputFolderMono='./_output_mono'
|
||
|
outputFolderOsx='./_output_osx'
|
||
|
outputFolderOsxApp='./_output_osx_app'
|
||
|
|
||
|
cp -r $outputFolder Radarr_Windows_$VERSION
|
||
|
cp -r $outputFolderMono Radarr_Mono_$VERSION
|
||
|
cp -r $outputFolderOsxApp Radarr_OSX_$VERSION
|