Skip to content

Commit

Permalink
Compress archives during build time
Browse files Browse the repository at this point in the history
Files.7z, themes.7z, and extras.7z are now generated during build time. This was implemented to disable github LFS and improve diffs
  • Loading branch information
MishaProductions committed Jan 5, 2024
1 parent 3f67763 commit 73ab29d
Show file tree
Hide file tree
Showing 1,445 changed files with 48,528 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ Rectify11.Phase2.exe
*.exe
x64/
/Rectify11Installer/Resources/Rectify11CPL.dll
Rectify11Installer/*.7z
*.tmp
11 changes: 11 additions & 0 deletions Rectify11Installer/Rectify11Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,15 @@
<TargetFrameworkSDKToolsDirectory>$(TargetFrameworkSDKToolsDirectory)$(PlatformTarget)\</TargetFrameworkSDKToolsDirectory>
</PropertyGroup>
</Target>
<PropertyGroup>
<PreBuildEvent>echo building archives..
cd /D "$(SolutionDir)Resources\Files\"
$(SolutionDir)Resources\Tools\7z.exe a "$(ProjectDir)Resources\files.7z" * -mx9

cd /D "$(SolutionDir)Resources\Extras\"
$(SolutionDir)Resources\Tools\7z.exe a "$(ProjectDir)Resources\extras.7z" * -mx9

cd /D "$(SolutionDir)Resources\Themes\"
$(SolutionDir)Resources\Tools\7z.exe a "$(ProjectDir)Resources\themes.7z" * -mx9</PreBuildEvent>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion Rectify11Installer/Resources/.gitattributes

This file was deleted.

Binary file removed Rectify11Installer/Resources/extras.7z
Binary file not shown.
Binary file removed Rectify11Installer/Resources/files.7z
Binary file not shown.
44 changes: 44 additions & 0 deletions Resources/Extras/AccentColorizer/asdf.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<URI>\asdf</URI>
</RegistrationInfo>
<Triggers>
<LogonTrigger>
<Enabled>true</Enabled>
</LogonTrigger>
</Triggers>
<Principals>
<Principal id="Author">
<GroupId>S-1-5-32-545</GroupId>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>false</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
<Priority>5</Priority>
</Settings>
<Actions Context="Author">
<Exec>
<Command>%systemroot%\Rectify11\Extras\AccentColorizer\AccentColorizer.exe</Command>
</Exec>
<Exec>
<Command>%systemroot%\Rectify11\Extras\AccentColorizer\AccentColorizerEleven.exe</Command>
</Exec>
</Actions>
</Task>
Binary file added Resources/Extras/GadgetPack/Install.msi
Binary file not shown.
3 changes: 3 additions & 0 deletions Resources/Extras/GadgetPack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Rectify11GadgetPack
Classic Windows 7/Vista style gadgets modernized with fluent style for use in Rectify11.
Based on 8GadgetPack.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 73ab29d

Please sign in to comment.