Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Clean out unused file, update license
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 22, 2023
1 parent b369649 commit 07ebdf1
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 98 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2012 GitHub, Inc.
Copyright (c) 2021 Caelan Sayler

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Discord](https://img.shields.io/discord/767856501477343282?style=flat-square&color=purple)](https://discord.gg/CjrCrNzd3F)
[![Build](https://img.shields.io/github/actions/workflow/status/clowd/Clowd.Squirrel/build.yml?branch=develop&style=flat-square)](https://github.com/clowd/Clowd.Squirrel/actions)
[![Codecov](https://img.shields.io/codecov/c/github/clowd/Clowd.Squirrel?style=flat-square)](https://app.codecov.io/gh/clowd/Clowd.Squirrel)
[![License](https://img.shields.io/github/license/clowd/Clowd.Squirrel?style=flat-square)](https://github.com/clowd/Clowd.Squirrel/blob/develop/LICENSE)


# Clowd.Squirrel
Expand Down
4 changes: 1 addition & 3 deletions Squirrel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionLevel", "SolutionLevel", "{ED657D2C-F8A0-4012-A64F-7367D41BE4D2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.ps1 = build.ps1
.github\workflows\build.yml = .github\workflows\build.yml
src\Directory.Build.props = src\Directory.Build.props
Squirrel.entitlements = Squirrel.entitlements
vendor\wix\template.wxs = vendor\wix\template.wxs
version.json = version.json
EndProjectSection
EndProject
Expand All @@ -32,7 +30,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Squirrel.Packaging.OSX", "s
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Squirrel.Deployment", "src\Squirrel.Deployment\Squirrel.Deployment.csproj", "{D19EA72C-E7AE-4A7B-924A-E7550901A49C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Squirrel.Packaging.Tests", "test\Squirrel.Packaging.Tests\Squirrel.Packaging.Tests.csproj", "{175B06A5-5C09-4DAB-A6AF-C8A2257BD1B6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Squirrel.Packaging.Tests", "test\Squirrel.Packaging.Tests\Squirrel.Packaging.Tests.csproj", "{175B06A5-5C09-4DAB-A6AF-C8A2257BD1B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
1 change: 0 additions & 1 deletion build.cmd

This file was deleted.

1 change: 0 additions & 1 deletion push.cmd

This file was deleted.

19 changes: 1 addition & 18 deletions vendor/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# Vendor Binaries
This folder contains pre-compiled binaries from a variety of sources. These should be updated periodically.

### singlefilehost.exe
- This is the native exe that has the .net native runtime linked in.
- It is also used for re-packing the `Update.exe` binary.
- Can be found in the dotnet SDK at "C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Host.win-x86\6.0.0\runtimes\win-x86\native\singlefilehost.exe".
- Can also be downloaded from NuGet, from here https://www.nuget.org/packages/Microsoft.NETCore.App.Host.win-x86/6.0.0
- MIT License: https://github.com/dotnet/runtime/blob/main/LICENSE.TXT

### nuget.exe
- Used with the `pack` command to bundle an application directory into a nuget package, which is then used to create Squirrel releases
- Can be found at https://www.nuget.org/downloads
- Apache 2.0 License: https://github.com/NuGet/NuGet.Client/blob/dev/LICENSE.txt

### rcedit.exe
- Updates PE resources, like VersionInfo or icons. It is used when generating `Setup.exe` and `Update.exe` to apply the user preferences.
- Can be found at https://github.com/electron/rcedit/releases
Expand All @@ -26,9 +14,4 @@ This folder contains pre-compiled binaries from a variety of sources. These shou
### 7za.exe / 7zz
- Incldued because it is much faster at zipping / unzipping than the available managed algorithms.
- Can be found at https://www.7-zip.org/
- License is LGPL & BSD 3: https://www.7-zip.org/license.txt

### wix
- Can be used to build persistent msi packages for the purposes of AD deployment
- Can be found at https://github.com/wixtoolset/wix3/releases
- MS-RL License: https://github.com/wixtoolset/wix3/blob/develop/LICENSE.TXT
- License is LGPL & BSD 3: https://www.7-zip.org/license.txt
Binary file removed vendor/wix/Microsoft.Deployment.Resources.dll
Binary file not shown.
Binary file not shown.
Binary file removed vendor/wix/WixNetFxExtension.dll
Binary file not shown.
Binary file removed vendor/wix/candle.exe
Binary file not shown.
18 changes: 0 additions & 18 deletions vendor/wix/candle.exe.config

This file was deleted.

Binary file removed vendor/wix/darice.cub
Binary file not shown.
Binary file removed vendor/wix/light.exe
Binary file not shown.
18 changes: 0 additions & 18 deletions vendor/wix/light.exe.config

This file was deleted.

39 changes: 0 additions & 39 deletions vendor/wix/template.wxs

This file was deleted.

Binary file removed vendor/wix/wconsole.dll
Binary file not shown.
Binary file removed vendor/wix/winterop.dll
Binary file not shown.
Binary file removed vendor/wix/wix.dll
Binary file not shown.

0 comments on commit 07ebdf1

Please sign in to comment.