change permissions on custom.txt

This commit is contained in:
Bryan Gerlach
2025-11-20 19:54:44 -06:00
parent 05906539d7
commit 88dca7235b

View File

@@ -587,7 +587,7 @@ jobs:
- name: change permissions on custom.txt - name: change permissions on custom.txt
shell: pwsh shell: pwsh
run: | run: |
icalcs ./rustdesk/custom.txt /grant Everyone:(F) icalcs ./rustdesk/custom.txt /grant "Everyone:(OI)(CI)F"
- name: Build self-extracted executable - name: Build self-extracted executable
shell: bash shell: bash