summaryrefslogtreecommitdiffstats
path: root/packaging/osx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Packaging] Add updated launchd scriptsCalum Lind2019-06-082-0/+58
| | | | | | | | | Copy from Trac UserGuide and updated with proper naming and deluge-web version. The bin location is default for brew with pip install. Closes: #3073
* [Docs] Update install details and add more pagesCalum Lind2019-05-231-0/+48
|
* Update pre-commit configCalum Lind2018-10-081-1/+1
| | | | | | The prettier hook was missing a trailing slash so omitting css files. Add a trailing space fix hook and fix issues.
* [Lint] Exclude js and css from EOF fixerCalum Lind2018-10-052-2/+0
| | | | | | | | | | - When running pre-commit on all files it is picking up minified js and css files. Since prettier will format correctly the source files ignore them in end-of-file fixer. - The template files in web docs can be ignored too. - Removed the unneeded `pre-commit-hooks` dependency as pre-commit resolves that itself. - Include files fixed by pre-commit.
* [Packaging] Apply fixes to OSX app scriptsCalum Lind2017-06-274-7/+11
| | | | | | * Fix path to dist dir * Rename dylib with new soversion for lt 1.1.x * Create Info.plist with version and year automatically
* Cleanup infolist and changelogCalum Lind2017-05-161-53/+53
|
* [#2879] [OSX] Fix dyld error opening file from within DelugeCalum Lind2017-02-224-4/+4
| | | | | | - Using DYLD_LIBRARY_PATH seems to have the unintended effect of making associated apps unusable (unable to locate dylds) when opening a file from within Deluge. The workaround for now is to switch to using DYLD_FALLBACK_LIBRARY_PATH.
* [#2767] [Packaging] Don't include .py files in OSX AppCalum Lind2015-12-111-0/+1
|
* [OSX] Fix starting deluged from connection managerCalum Lind2015-12-114-4/+16
|
* osx file in wrong locationCalum Lind2015-09-231-0/+45
|
* [Packaging] Minor osx updatesCalum Lind2015-09-201-3/+2
|
* [Packaging] Updates to osx scriptsCalum Lind2015-09-188-77/+34
| | | | | | | * bundle_contents now appends 'Contents' without adding it twice. * Remove reference to non-existent gdk-pixbuf.loaders * Separate libtorrent in new module. * Update lib versions for bundle file.
* Create a packaging directoryCalum Lind2015-08-2113-0/+697