-
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.
- Loading branch information
PrincessMortix
committed
Jan 25, 2024
1 parent
c61da72
commit 3d8278f
Showing
7 changed files
with
68 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
*.dll | ||
*.so | ||
*.dylib | ||
*.syso | ||
*.linux | ||
*.mac | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,61 @@ | ||
{ | ||
"RT_GROUP_ICON": { | ||
"APP": { | ||
"0000": [ | ||
"icon.png" | ||
] | ||
} | ||
}, | ||
"RT_MANIFEST": { | ||
"#1": { | ||
"0409": { | ||
"identity": { | ||
"name": "cobalt", | ||
"version": "1.0.0" | ||
}, | ||
"description": "cobalt cli version for https://cobalt.tools", | ||
"minimum-os": "vista", | ||
"execution-level": "", | ||
"ui-access": false, | ||
"auto-elevate": false, | ||
"dpi-awareness": "per monitor v2", | ||
"disable-theming": false, | ||
"disable-window-filtering": false, | ||
"high-resolution-scrolling-aware": false, | ||
"ultra-high-resolution-scrolling-aware": false, | ||
"long-path-aware": true, | ||
"printer-driver-isolation": false, | ||
"gdi-scaling": false, | ||
"segment-heap": true, | ||
"use-common-controls-v6": true | ||
} | ||
} | ||
}, | ||
"RT_VERSION": { | ||
"#1": { | ||
"0000": { | ||
"fixed": { | ||
"file_version": "1.0.0.0", | ||
"product_version": "1.0.0.0", | ||
"flags": "Release" | ||
}, | ||
"info": { | ||
"0409": { | ||
"Comments": "cobalt cli downloader", | ||
"CompanyName": "Princess Mortix", | ||
"FileDescription": "", | ||
"FileVersion": "1.0.0", | ||
"InternalName": "", | ||
"LegalCopyright": "", | ||
"LegalTrademarks": "", | ||
"OriginalFilename": "", | ||
"PrivateBuild": "", | ||
"ProductName": "cobalt cli downloader", | ||
"ProductVersion": "1.0", | ||
"SpecialBuild": "" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |