PowerShell/tools
Greg Zimmerman 2a1b6ed9fe Add script to create icns files. (#7456)
Add script to generate macOS icon file. It does not attempt to integrate with the current build process as the macOS icon file is mostly static.

`libsvg` was chosen because of its low dependency count over other solutions that use backends like Chromium, PhontomJS, etc. ImageMagick's `convert` was tested but resulting PNGs where not satisfactory and would have required an overcomplicated script having to calculate the `density` argument.

* Has a dependency on librsvg (can be installed via Brew)
* Uses SVG file as input
* Can be integrated in later to build process if desired

Closes #7455
2019-01-02 12:11:47 -08:00
..
credScan Fix credential scan issues (#4927) 2017-09-27 11:54:22 -07:00
failingTests Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
packaging Enable install of Preview MSI release side-by-side with Stable release (#8513) 2019-01-02 12:00:43 -08:00
performance Add tools for PowerShell perf analysis (#7595) 2018-08-31 16:55:42 -07:00
releaseBuild Adding yml for Windows Release builds (#8374) 2018-12-07 10:59:27 -08:00
ResxGen Generate logging resources for Unix platforms 2018-07-06 13:28:20 -07:00
terms Remove exclusion for hang and add context exception for remaining instances (#5595) 2017-12-01 17:34:30 -08:00
windows adding path cleanup utility Reset-PWSHSystemPath.ps1 (#6892) 2018-05-22 12:58:51 -07:00
Xml Add tests to report when package references are out of date (#7661) 2018-09-05 14:06:09 -07:00
.gitignore Allow packaging from a zip package to allow for signing (#5418) 2017-11-13 10:10:51 -08:00
appimage.sh Change packaging to differentiate only between major versions and previews (#6968) 2018-06-05 12:51:47 -07:00
appveyor.psm1 pass nugetkey as param (#8461) 2018-12-13 17:23:41 -08:00
debug.sh Update install/build scripts and dockerfiles (#5222) 2017-10-25 08:25:35 -07:00
download.sh Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) 2017-11-09 22:58:53 -08:00
generate-icns.sh Add script to create icns files. (#7456) 2019-01-02 12:11:47 -08:00
install-powershell-readme.md Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
install-powershell.ps1 Enable install-powershell.ps1 to use MSI (#8418) 2018-12-11 13:58:49 -08:00
install-powershell.sh Make install-powershell.sh autodetect if it should use wget or curl (#8225) 2018-11-14 10:45:52 -08:00
installpsh-amazonlinux.sh Update installpsh amazonlinux for container build (#7907) 2018-10-24 10:10:32 -07:00
installpsh-debian.sh support for linuxmint in installpsh-debian.sh (#8440) 2018-12-11 14:40:38 -08:00
installpsh-osx.sh Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
installpsh-redhat.sh Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
installpsh-suse.sh Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
metadata.json Merged PR 6201: Update docs and csproj version 2018-12-07 18:24:07 +00:00
releaseTools.psm1 Remove dependabot attribution and generate changelog sections using CL-* labels (#8386) 2018-12-03 14:34:29 -08:00
Sign-Package.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
travis.ps1 pass nugetkey as param (#8461) 2018-12-13 17:23:41 -08:00