Skip to content

Commit

Permalink
Update nuspec for rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Nov 20, 2020
1 parent 434ce8b commit cb1f794
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ branches:

environment:
# Set au version to use or omit to use the latest. Specify branch name to use development version from Github
au_version:
au_version: master
au_push: true
# Force test: use 1 to test all, or N to split testing into N groups
au_test_groups: 1
Expand Down Expand Up @@ -91,6 +91,10 @@ build_script:
$global:au_Force = $true
$env:au_Force = 'true'
}
else {
$global:au_Force = $false
$env:au_Force = 'false'
}
Write-output "global:au_Force is ${global:au_Force}"
./update_all.ps1 -ForcedPackages $forced -ForceAll $global:au_Force
7z a au_temp.zip $Env:TEMP\chocolatey\au\*
Expand Down
12 changes: 6 additions & 6 deletions automatic/rclone.portable/rclone.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<title>rclone</title>
<authors>Nick Craig-Wood</authors>
<projectUrl>https://rclone.org/</projectUrl>
<iconUrl>https://rawcdn.githack.com/atruskie/chocolatey-packages-new/038bd64cdc9b8d57bc10203e01f3924465466c41/icons/rclone-120x120.png</iconUrl>
<copyright>Copyright (C) 2012 by Nick Craig-Wood</copyright>
<licenseUrl>https://github.com/ncw/rclone/blob/master/COPYING</licenseUrl>
<iconUrl>https://rclone.org/img/logo_on_dark__horizontal_color.svg</iconUrl>
<copyright>Copyright (C) 2012 by Nick Craig-Wood</copyright>
<licenseUrl>https://github.com/rclone/rclone/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/ncw/rclone</projectSourceUrl>
<projectSourceUrl>https://github.com/rclone/rclone</projectSourceUrl>
<docsUrl>https://rclone.org/docs/</docsUrl>
<bugTrackerUrl>https://github.com/ncw/rclone/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/rclone/rclone/issues</bugTrackerUrl>
<tags>rclone sync cloud</tags>
<summary>Commandline tool for file ssync</summary>
<summary>Commandline tool for file sync</summary>
<description>Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers.</description>
<releaseNotes>http://rclone.org/changelog/</releaseNotes>
</metadata>
Expand Down

0 comments on commit cb1f794

Please sign in to comment.