mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Add support for desktop.ini on Windows
This commit is contained in:
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -1,7 +1,11 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
# Auto detect text files and perform LF normalization
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
# Unix files that are always LF
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
|
||||||
# Custom for Visual Studio
|
# Windows files that are always CRLF
|
||||||
|
[Dd]esktop.ini text eol=crlf
|
||||||
|
|
||||||
|
# Diff settings
|
||||||
*.cs diff=csharp
|
*.cs diff=csharp
|
||||||
|
|||||||
9
.gitignore
vendored
9
.gitignore
vendored
@@ -543,3 +543,12 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
|
# _ ____ _____
|
||||||
|
# / \ / ___| | ___|
|
||||||
|
# / _ \ \___ \ | |_
|
||||||
|
# / ___ \ ___) || _|
|
||||||
|
# /_/ \_\|____/ |_|
|
||||||
|
|
||||||
|
# Files that could be ignored by above rules, that we want to ship
|
||||||
|
!ArchiSteamFarm/overlay/**
|
||||||
|
|||||||
2
ArchiSteamFarm/overlay/variant-base/win/desktop.ini
Normal file
2
ArchiSteamFarm/overlay/variant-base/win/desktop.ini
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[.ShellClassInfo]
|
||||||
|
IconResource=ArchiSteamFarm.exe,0
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[.ShellClassInfo]
|
||||||
|
IconResource=ArchiSteamFarm.dll,0
|
||||||
Reference in New Issue
Block a user