From c15b9a96d5d00692fc297c1d32d51ca069480f69 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 9 Jun 2024 13:58:40 -0500 Subject: [PATCH 1/4] Add squirrel rule --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index ac894590f..faa15f0aa 100644 --- a/rules.ini +++ b/rules.ini @@ -313,6 +313,7 @@ SlimDX = (?:^|/)slimdx\.dll$ Smacker_Video = (?:^|/)smackw32\.dll$ Sodium = (?:^|/)libsodium\.dll$ Squall = (?:^|/)Squall\.dll$ +Squirrel = ^squirrel\.exe$ SteamworksNET = (?:^|/)(?:Steamworks\.NET\.dll|com\.rlabrecque\.steamworks\.net\.dll)$ Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$ Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$ From fa4d5a2496515c1ed0be2387054cb9cf5173deb5 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:00:16 -0500 Subject: [PATCH 2/4] Create SDK.Squirrel.txt --- tests/types/SDK.Squirrel.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/types/SDK.Squirrel.txt diff --git a/tests/types/SDK.Squirrel.txt b/tests/types/SDK.Squirrel.txt new file mode 100644 index 000000000..10cacb0c6 --- /dev/null +++ b/tests/types/SDK.Squirrel.txt @@ -0,0 +1 @@ +squirrel.exe From ce05208dccd61aae6186a89ba00d173c668fb30e Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:06:08 -0500 Subject: [PATCH 3/4] Add non matching tests for Squirrel --- tests/types/_NonMatchingTests.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 11e012c7d..e520c72f2 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -906,6 +906,14 @@ discord_game_sdk.dllthatgame discord-rpcxdll discordxdll discord_game_sdkxdll +/squirrel +squirrel/ +squirrel.exef +squirrel.fexe +squirrel.fxe +squirrel.exf +fsquirrel +.squirrel kmyCore_dll kmyCore.dlll myCore.dll From 55554831311a329c82dfd8d693ef6640684e6080 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:11:19 -0500 Subject: [PATCH 4/4] Create SDK.Squirrel.md --- descriptions/SDK.Squirrel.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/SDK.Squirrel.md diff --git a/descriptions/SDK.Squirrel.md b/descriptions/SDK.Squirrel.md new file mode 100644 index 000000000..43f325fb0 --- /dev/null +++ b/descriptions/SDK.Squirrel.md @@ -0,0 +1 @@ +[**Squirrel**](https://github.com/Squirrel/Squirrel.Windows) is an installation and update framework for Windows desktop apps.