Browse Source

Deprecate chocolatey package and add link to GermanCoding's fork

Antony Male 1 month ago
parent
commit
234ff60a16
2 changed files with 8 additions and 22 deletions
  1. 2 2
      README.md
  2. 6 20
      chocolatey/synctrayzor.nuspec

+ 2 - 2
README.md

@@ -7,8 +7,8 @@ SyncTrayzor [![Build status](https://ci.appveyor.com/api/projects/status/pwa4mpy
 
 I stopped using Syncthing some years ago, and I'm afraid I don't have the time to maintain it. Sorry.
 
-It looks like Syncthing 2.0 makes backwards-incompatible changes, which break SyncTrayzor. If you feel like forking it, please do. Otherwise, I can recommend [Syncthing Tray](https://github.com/Martchus/syncthingtray).
-
+GermanCoding has kindly forked it as [SyncTrayzor v2](https://github.com/GermanCoding/SyncTrayzor) and is continuing development, and this fork is [recommended by Syncthing](https://docs.syncthing.net/users/contrib.html#windows).
+Please switch to SyncTrayzor v2 (after determining that you trust the fork!).
 
 Quick Links
 -----------

+ 6 - 20
chocolatey/synctrayzor.nuspec

@@ -4,27 +4,15 @@
   <metadata>
     <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
     <id>synctrayzor</id>
-    <title>SyncTrayzor</title>
-    <version>0.0.0</version>
+    <title>[Deprecated] SyncTrayzor</title>
+    <version>1.1.29.1</version>
     <authors>Antony Male</authors>
     <owners>Antony Male</owners>
     <summary>Windows tray utility / launcher for Syncthing</summary>
-    <description>SyncTrayzor is a little tray utility for [Syncthing](http://syncthing.net/) on Windows.
-It hosts and wraps Syncthing, making it behave more like a native Windows application and less like a command-line utility with a web browser interface.
+    <description>SyncTrayzor v1 is no longer under development (sorry!).
 
-Features include:
-
- - Has a built-in web browser, so you don't need to fire up an external browser.
- - Optionally starts on login, so you don't need to set up Syncthing as a service.
- - Has drop-box style file download / progress window
- - Tray icon indicates when synchronization is occurring.
- - Alerts you when:
-    - You have file conflicts
-    - One of your folders is out of sync
-    - Folders finish syncing
-    - Devices connect / disconnect
- - Has a tool to help you resolve file conflicts
- - Contains translations for many languages 
+    GermanCoding has kindly forked it as [SyncTrayzor v2](https://github.com/GermanCoding/SyncTrayzor) and is continuing development, and this fork is [recommended by Syncthing](https://docs.syncthing.net/users/contrib.html#windows).
+    Please switch to SyncTrayzor v2 (after determining that you trust the fork!).
     </description>
     <projectUrl>https://github.com/canton7/SyncTrayzor</projectUrl>
     <packageSourceUrl>https://github.com/canton7/SyncTrayzor/tree/develop/chocolatey</packageSourceUrl>
@@ -45,7 +33,5 @@ Features include:
     <releaseNotes>https://github.com/canton7/SyncTrayzor/blob/master/CHANGELOG.md</releaseNotes>
     <!--<provides></provides>-->
   </metadata>
-  <files>
-    <file src="tools\**" target="tools" />
-  </files>
+  <files/>
 </package>