mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-08-10 01:51:14 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9e791fc79 | ||
|
|
fe6b144058 |
@@ -158,11 +158,14 @@ jobs:
|
||||
# `overwrite: true` doesn't work with `archive: false`, so we have to delete the original first
|
||||
# https://github.com/actions/upload-artifact/issues/769
|
||||
# https://github.com/actions/upload-artifact/issues/785
|
||||
- name: Delete setup
|
||||
- name: Delete temporary artifacts
|
||||
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
|
||||
uses: geekyeggo/delete-artifact@v6
|
||||
with:
|
||||
name: OpenShellSetup*.exe
|
||||
name: |
|
||||
OpenShellSetup*.exe
|
||||
Binaries
|
||||
MSI
|
||||
|
||||
- name: Upload setup (signed)
|
||||
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
|
||||
|
||||
@@ -23,15 +23,15 @@ You can find the latest stable version here:
|
||||
|
||||
[](https://github.com/Open-Shell/Open-Shell-Menu/releases/latest)
|
||||
|
||||
> [!NOTE]
|
||||
> Free code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/)
|
||||
|
||||
> [!IMPORTANT]
|
||||
> #### Windows for ARM compatibility
|
||||
> Open-Shell is compatible with Windows for ARM since version [4.4.196](https://github.com/Open-Shell/Open-Shell-Menu/releases/tag/v4.4.196).
|
||||
>
|
||||
> If you install older one on a Windows for ARM installation (ex. using Parallels Desktop on an Apple Silicon Mac), you will no longer be able to log into your account the next time you reboot. Please refrain from installing Open-Shell on Windows for ARM.
|
||||
|
||||
### Code signing
|
||||
Free code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/)
|
||||
|
||||
### Temporary Translation/Language Solution
|
||||
1. Download [language DLL](https://coddec.github.io/Classic-Shell/www.classicshell.net/translations/index.html)
|
||||
2. Place it either in the Open-Shell's __install folder__ or in the `%ALLUSERSPROFILE%\OpenShell\Languages` folder
|
||||
|
||||
Reference in New Issue
Block a user