Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Arcath/squirrel-release-server
A simple squirrel release server
https://github.com/Arcath/squirrel-release-server
electron squirrel
Last synced: 13 days ago
JSON representation
A simple squirrel release server
- Host: GitHub
- URL: https://github.com/Arcath/squirrel-release-server
- Owner: Arcath
- Created: 2016-10-26T14:09:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T09:37:12.000Z (about 7 years ago)
- Last Synced: 2024-11-01T19:03:12.842Z (15 days ago)
- Topics: electron, squirrel
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 29
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Squirrel Release Server
![logo](https://arcath.net/wp-content/uploads/2016/11/squirrel-release-server.png)
Squirrel Release Server is a low featured update server for squirrel on windows.
It supports:
- Squirrel.Windows
- Delta updates# Install
Clone this repository to your web server. It can be servered from a subfolder if you like.
Run `composer install` to install the dependecies.
Create a `releases` folder with a `win32` and `win64` subfolder.
Configure your squirrel server to update from `http://yoursite.com/path/releases/win64` (or 32).
## Releasing an update
Place the nupkg for your update in the correct releases folder (64 bit in `releases/win64`) and thats it! you can put the `-full` and `-delta` packages in here and squirrel will chose the lowest file size path to the latest version.
# Contributing
This release server does everything I need it to but I welcome any improvements people have to offer.