Skip to content

Commit

Permalink
Update json 2024.12.26.1187 update-json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Dec 26, 2024
1 parent d9daca9 commit dffdc3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/App/Notepad++/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "npp.8.7.4.Installer.x64.exe",
"Version": "8.7.4",
"SetupFile": "npp.8.7.5.Installer.x64.exe",
"Version": "8.7.5",
"SourceFolder": "Source",
"OutputFolder": "Package",
"IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/NotepadPP.png"
},
"Information": {
"DisplayName": "Notepad++ 8.7.4 x64",
"DisplayName": "Notepad++ 8.7.5 x64",
"Description": "Notepad++ is a free source code editor and Notepad replacement that supports several languages. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.",
"Publisher": "Don Ho",
"InformationURL": "https://notepad-plus-plus.org/",
Expand Down Expand Up @@ -43,7 +43,7 @@
"Path": "C:\\Program Files\\Notepad++",
"FileOrFolder": "Notepad++.exe",
"Operator": "greaterThanOrEqual",
"VersionValue": "8.7.4",
"VersionValue": "8.7.5",
"Check32BitOn64System": "false"
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/App/Notepad++/Source/Install.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "npp.8.7.4.Installer.x64.exe",
"Version": "8.7.4"
"SetupFile": "npp.8.7.5.Installer.x64.exe",
"Version": "8.7.5"
},
"LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs",
"InstallTasks": {
Expand Down

0 comments on commit dffdc3c

Please sign in to comment.