forked from TrueCloudLab/rclone
Convert source files with crlf to lf
This commit is contained in:
parent
c09426bcfe
commit
9531cd2c46
2 changed files with 26 additions and 26 deletions
28
.github/workflows/winget.yml
vendored
28
.github/workflows/winget.yml
vendored
|
@ -1,14 +1,14 @@
|
||||||
name: Publish to Winget
|
name: Publish to Winget
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||||
with:
|
with:
|
||||||
identifier: Rclone.Rclone
|
identifier: Rclone.Rclone
|
||||||
installers-regex: '-windows-\w+\.zip$'
|
installers-regex: '-windows-\w+\.zip$'
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
|
|
24
fs/config/testdata/plain.conf
vendored
24
fs/config/testdata/plain.conf
vendored
|
@ -1,12 +1,12 @@
|
||||||
[RCLONE_ENCRYPT_V0]
|
[RCLONE_ENCRYPT_V0]
|
||||||
type = local
|
type = local
|
||||||
nounc = true
|
nounc = true
|
||||||
|
|
||||||
[nounc]
|
[nounc]
|
||||||
type = local
|
type = local
|
||||||
nounc = true
|
nounc = true
|
||||||
|
|
||||||
|
|
||||||
[unc]
|
[unc]
|
||||||
type = local
|
type = local
|
||||||
nounc = false
|
nounc = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue