-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Showing
7 changed files
with
146 additions
and
0 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
logs/ | ||
*.exe | ||
pkg/ | ||
*.syso |
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,18 @@ | ||
@echo off | ||
cd console | ||
go-winres make | ||
go build -o "NZBHydra2 Console.exe" console.go | ||
go-winres.exe patch --no-backup --in .\winres\winres.json "NZBHydra2 Console.exe" | ||
C:\Programme\upx-4.2.1-win64\upx.exe -3 "NZBHydra2 Console.exe" | ||
copy "NZBHydra2 Console.exe" ..\..\..\releases\windows-release\include | ||
erase *.syso | ||
cd.. | ||
|
||
cd gui | ||
go-winres make | ||
go build -o "NZBHydra2.exe" -ldflags -H=windowsgui gui.go | ||
go-winres.exe patch --no-backup --in .\winres\winres.json "NZBHydra2.exe" | ||
C:\Programme\upx-4.2.1-win64\upx.exe -3 "NZBHydra2.exe" | ||
copy NZBHydra2.exe ..\..\..\releases\windows-release\include | ||
erase *.syso | ||
cd.. |
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,60 @@ | ||
{ | ||
"RT_GROUP_ICON": { | ||
"APP": { | ||
"0000": [ | ||
"../../nzbhydraIcon.png" | ||
] | ||
} | ||
}, | ||
"RT_MANIFEST": { | ||
"#1": { | ||
"0409": { | ||
"identity": { | ||
"name": "", | ||
"version": "" | ||
}, | ||
"description": "", | ||
"minimum-os": "win7", | ||
"execution-level": "as invoker", | ||
"ui-access": false, | ||
"auto-elevate": false, | ||
"dpi-awareness": "system", | ||
"disable-theming": false, | ||
"disable-window-filtering": false, | ||
"high-resolution-scrolling-aware": false, | ||
"ultra-high-resolution-scrolling-aware": false, | ||
"long-path-aware": false, | ||
"printer-driver-isolation": false, | ||
"gdi-scaling": false, | ||
"segment-heap": false, | ||
"use-common-controls-v6": false | ||
} | ||
} | ||
}, | ||
"RT_VERSION": { | ||
"#1": { | ||
"0000": { | ||
"fixed": { | ||
"file_version": "2.0.0.0", | ||
"product_version": "0.0.0.0" | ||
}, | ||
"info": { | ||
"0409": { | ||
"Comments": "", | ||
"CompanyName": "TheOtherP", | ||
"FileDescription": "Usenet Meta Search", | ||
"FileVersion": "", | ||
"InternalName": "NZBHydra2", | ||
"LegalCopyright": "[email protected] All rights reserved.", | ||
"LegalTrademarks": "", | ||
"OriginalFilename": "NZBHydra2 Console.exe", | ||
"PrivateBuild": "", | ||
"ProductName": "NZBHydra2", | ||
"ProductVersion": "", | ||
"SpecialBuild": "" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"RT_GROUP_ICON": { | ||
"APP": { | ||
"0000": [ | ||
"../../nzbhydraIcon.png" | ||
] | ||
} | ||
}, | ||
"RT_MANIFEST": { | ||
"#1": { | ||
"0409": { | ||
"identity": { | ||
"name": "", | ||
"version": "" | ||
}, | ||
"description": "", | ||
"minimum-os": "win7", | ||
"execution-level": "as invoker", | ||
"ui-access": false, | ||
"auto-elevate": false, | ||
"dpi-awareness": "system", | ||
"disable-theming": false, | ||
"disable-window-filtering": false, | ||
"high-resolution-scrolling-aware": false, | ||
"ultra-high-resolution-scrolling-aware": false, | ||
"long-path-aware": false, | ||
"printer-driver-isolation": false, | ||
"gdi-scaling": false, | ||
"segment-heap": false, | ||
"use-common-controls-v6": false | ||
} | ||
} | ||
}, | ||
"RT_VERSION": { | ||
"#1": { | ||
"0000": { | ||
"fixed": { | ||
"file_version": "2.0.0.0", | ||
"product_version": "0.0.0.0" | ||
}, | ||
"info": { | ||
"0409": { | ||
"Comments": "", | ||
"CompanyName": "TheOtherP", | ||
"FileDescription": "Usenet Meta Search", | ||
"FileVersion": "", | ||
"InternalName": "NZBHydra2", | ||
"LegalCopyright": "[email protected] All rights reserved.", | ||
"LegalTrademarks": "", | ||
"OriginalFilename": "NZBHydra2.exe", | ||
"PrivateBuild": "", | ||
"ProductName": "NZBHydra2", | ||
"ProductVersion": "", | ||
"SpecialBuild": "" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.