UnicordDev / Unicord

A free, open source Discord Client for Windows 10 and Windows Phone 10
MIT License
229 stars 27 forks source link

Could you please resign the certificate? #87

Closed foxnoodles closed 2 weeks ago

foxnoodles commented 1 year ago

It has expired and there is no easy way to install the app. I know it's outdated but I'd love to try it anyway. If thats not too much of a husle for you

hooddy commented 1 year ago

husle

Just change time in your tab/phone to match cert date.

foxnoodles commented 1 year ago

Ok Fair enough. Did that. Any idea how to reset stuck badge notification number in taskbar? Shows 99+ for some reason. Otherwise this is a great app tbh. Shame it's not being actively developed anymore.

WamWooWam commented 1 year ago

for the record i have looked into this, it's annoyingly not really possible without rebuilding the project through visual studio, which depends on a lot of stuff i dont really have right now

BreeceW commented 1 year ago

for the record i have looked into this, it's annoyingly not really possible without rebuilding the project through visual studio

You can sign the package using signtool.exe, which ships as a part of the Windows SDK

SignTool sign /fd SHA256 /a /f <Path to Certificate>.pfx <File path>.msix

WamWooWam commented 1 year ago

correct, now do that to an msixbundle where you have to do it to each individual msix, + the bundle itself while also creating the bundle correctly

it's a real hassle

foxnoodles commented 1 year ago

We need a bat file to do that automatically that would be nice

BreeceW commented 1 year ago

Yes, you can do this by extracting the MSIX bundle, signing each package inside, using MakeAppx bundle /d input_directorypath /p <filepath>.msixbundle, and signing the bundle.

RefriZaddo commented 11 months ago

husle

Just change time in your tab/phone to match cert date.

what if someone doesn't wanna? (welp i guess they are just stubborn right)

WamWooWam commented 2 weeks ago

Hi, I fixed this in v1.8.1-beta, go download that release :)