-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added(meta data): Added exe icon, exe meta data
- Loading branch information
Showing
7 changed files
with
67 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<application> | ||
<application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<windowsSettings> | ||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> | ||
</windowsSettings> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</application> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</assembly> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"FixedFileInfo": { | ||
"FileVersion": { | ||
"Major": 1, | ||
"Minor": 2, | ||
"Patch": 5, | ||
"Build": 0 | ||
}, | ||
"ProductVersion": { | ||
"Major": 1, | ||
"Minor": 2, | ||
"Patch": 5, | ||
"Build": 0 | ||
}, | ||
"FileFlagsMask": "3f", | ||
"FileFlags": "00", | ||
"FileOS": "040004", | ||
"FileType": "01", | ||
"FileSubtype": "00" | ||
}, | ||
"StringFileInfo": { | ||
"Comments": "Standby List Memory Cleaner - Tray Application", | ||
"CompanyName": "Middaysan", | ||
"FileDescription": "This is a simple Windows application that runs in the system tray and allows you to clean the standby memory list.", | ||
"FileVersion": "1.2.5.0", | ||
"InternalName": "memory-cleaner-tray.exe", | ||
"LegalCopyright": "Copyright © 2024 Middaysan", | ||
"LegalTrademarks": "", | ||
"OriginalFilename": "memory-cleaner-tray.exe", | ||
"ProductName": "Clean Standby List", | ||
"ProductVersion": "1.2.5.0" | ||
}, | ||
"VarFileInfo": { | ||
"Translation": { | ||
"LangID": "0409", | ||
"CharsetID": "04b0" | ||
} | ||
}, | ||
"IconPath": "exe_icon.ico", | ||
"ManifestPath": "app.manifest" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters