Skip to content

Commit

Permalink
Cleanup folders
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 20, 2024
1 parent 1db7434 commit d4841d8
Show file tree
Hide file tree
Showing 33 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .azuredevops/Pipelines/Templates/create-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:

- pwsh: |
nuget install NSIS -OutputDirectory ./packages
makensis.exe /DPRODUCT_VERSION=$Env:NBGV_SEMVER2 _setup/RepoM.nsi
makensis.exe /DPRODUCT_VERSION=$Env:NBGV_SEMVER2 setup/RepoM.nsi
displayName: βš™οΈ Create installer

- task: DeleteFiles@1
Expand Down
4 changes: 2 additions & 2 deletions README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ See the [Search](docs/search.md) for more information.

## Ordering and Filtering

The order of the repositories shown in RepoM is customizable. The default is alphabetical on the repository name. Read more about ordering [here](docs_old/Ordering.md).
The order of the repositories shown in RepoM is customizable. The default is alphabetical on the repository name. Read more about ordering [here](docs/_old/Ordering.md).

The repositories shown in RepoM are filtered using the search box in RepoM. But the default set can also be configured using different presets.

## Global configuration

When RepoM starts for the first time, a configuration file wil be created. Most of the properties can be adjusted using the UI but, at this moment, one property must be altered manually. Read more over [here](docs_old/Settings.md).
When RepoM starts for the first time, a configuration file wil be created. Most of the properties can be adjusted using the UI but, at this moment, one property must be altered manually. Read more over [here](docs/_old/Settings.md).

## Plugins

Expand Down
Binary file removed _ref/SendKeys.exe
Binary file not shown.
Binary file removed _ref/libgit2-4aecb64.dylib
Binary file not shown.
2 changes: 0 additions & 2 deletions _res/Convert your image to ICO format.url

This file was deleted.

Binary file removed _res/Git-Icon-1788C.png
Binary file not shown.
1 change: 0 additions & 1 deletion _res/Icon.svg

This file was deleted.

Binary file removed _res/Sized/Icon1024.png
Binary file not shown.
Binary file removed _res/Sized/Icon128.png
Binary file not shown.
Binary file removed _res/Sized/Icon16.png
Binary file not shown.
Binary file removed _res/Sized/Icon256.png
Binary file not shown.
Binary file removed _res/Sized/Icon32.png
Binary file not shown.
Binary file removed _res/Sized/Icon512.png
Binary file not shown.
Binary file removed _res/Sized/Icon64.png
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
1 change: 1 addition & 0 deletions resources/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://image.online-convert.com/convert-to-ico
3 changes: 1 addition & 2 deletions _setup/RepoM.nsi β†’ setup/RepoM.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Section "RepoM"
SetOverwrite on

File /r ..\_output\win\Assemblies\*.*
File ..\_ref\PathEd.exe ; Add PathEd.exe to add the RepoM directory to the system's PATH easily
; File ..\_ref\SendKeys.exe ; Add SendKeys.exe to add the RepoM directory for grr.
File ref\PathEd.exe ; Add PathEd.exe to add the RepoM directory to the system's PATH easily
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}.lnk" $INSTDIR\${PRODUCT_NAME}.exe

; Add the installation folder to the system PATH -> to enable grr.exe
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/RepoM.ActionMenu.CodeGen/RepoMFolders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal static class RepoMFolders
/// <summary>
/// Old Documentation folder (docs_old)
/// </summary>
public static readonly string DocumentationOld = Path.Combine(Root, "docs_old");
public static readonly string DocumentationOld = Path.Combine(Documentation, "_old");

/// <summary>
/// Markdown source folder for documentation
Expand Down

0 comments on commit d4841d8

Please sign in to comment.