appium-desktop icon indicating copy to clipboard operation
appium-desktop copied to clipboard

Codesign has been expired for Win

Open KazuCocoa opened this issue 3 years ago • 3 comments

Appium or Appium Desktop?

Codesign for Win failed as https://dev.azure.com/AppiumCI/Appium%20CI/_build/results?buildId=20481&view=logs&j=f87c6499-3401-572f-ac24-cec18d4bfbce&t=4032fcf8-7e70-54e0-2d0a-53cd538a71f4

I guess the motivation about it was the same as macOS, allow to publish it via store. On Win 10 in my local, the below security permission appeared. But once I allowed it, it had no issue.

Screen Shot 2022-03-27 at 23 48 19

If 1.22.3 with no code-signature (by JSFoundation?) works, probably we completely can skip the sign since we will not publish it via their stores.

The problem

Replace this section with a description of your issue

Environment

  • I am running Appium Desktop version .
  • I am on (pick one):
    • [ ] Mac
    • [x] Windows
    • [ ] Linux

KazuCocoa avatar Mar 28 '22 06:03 KazuCocoa

The same issue seems to be present on Mac as well.

suleytron avatar Apr 06 '22 13:04 suleytron

Also running into this issue on Mac

eoghanp95 avatar Apr 11 '22 14:04 eoghanp95

for macOS. It is since this OSS project does not have paid Apple account, so we currently address the signing in macOS as https://github.com/appium/appium-desktop#installing-on-macos (Of course, you can use your paid account to sign by checking out this repo and modifying the bundle id if needed)

I'll close this issue if the current non-sign one works so far.

Creating a new sign by paying fees will be in another issue when it is necessary.

it is appreciated your understanding as an OSS project.

KazuCocoa avatar Apr 12 '22 07:04 KazuCocoa