Преглед на файлове

Chocolatey package include license and verification

TheCakeIsNaOH преди 4 години
родител
ревизия
6259671b3a
променени са 3 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 1 0
      .gitignore
  2. 1 0
      Rakefile
  3. 7 0
      chocolatey/tools/VERIFICATION.txt

+ 1 - 0
.gitignore

@@ -50,3 +50,4 @@ deploy
 *.pvk
 /src/SyncTrayzor/Icons/*.png
 security/private_key.asc
+chocolatey/tools/LICENSE.txt

+ 1 - 0
Rakefile

@@ -255,6 +255,7 @@ desc 'Build chocolatey package'
 task :chocolatey do
   chocolatey_dir = File.dirname(CHOCOLATEY_NUSPEC)
   cp Dir[File.join(DEPLOY_DIR, 'SyncTrayzorSetup-*.exe')], File.join(chocolatey_dir, 'tools')
+  cp 'LICENSE.txt', File.join(chocolatey_dir, 'tools')
   Dir.chdir(chocolatey_dir) do
     sh "choco pack"
   end

+ 7 - 0
chocolatey/tools/VERIFICATION.txt

@@ -0,0 +1,7 @@
+VERIFICATION
+Verification is intended to assist the Chocolatey moderators and community
+in verifying that this package's contents are trustworthy.
+
+This package is published by the developer of SyncTrayzor. 
+Binaries are identical to the setup binaries available at the GitHub release page:
+https://github.com/canton7/SyncTrayzor/releases