https://github.com/getvictor/code-sign-windows
Example code for Windows code signing
https://github.com/getvictor/code-sign-windows
code-signing windows
Last synced: about 1 year ago
JSON representation
Example code for Windows code signing
- Host: GitHub
- URL: https://github.com/getvictor/code-sign-windows
- Owner: getvictor
- License: mit
- Created: 2024-03-21T20:03:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T15:10:47.000Z (about 2 years ago)
- Last Synced: 2025-03-24T14:30:52.315Z (about 1 year ago)
- Topics: code-signing, windows
- Language: Shell
- Homepage: https://victoronsoftware.com/posts/code-signing-windows/
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Full article: https://victoronsoftware.com/posts/code-signing-windows/
Example how to copy this directory to a Windows machine via SSH using SCP:
```bash
scp -r code-sign-windows victo@10.1.1.3:C:/work
```