change permissions on custom.txt

This commit is contained in:
Bryan Gerlach
2025-11-20 19:58:20 -06:00
parent 88dca7235b
commit f72d9be70c

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:(OI)(CI)F" icacls ./rustdesk/custom.txt /grant "Everyone:(OI)(CI)F"
- name: Build self-extracted executable - name: Build self-extracted executable
shell: bash shell: bash