Skip to content

Commit

Permalink
Merge pull request #186 from ravener/master
Browse files Browse the repository at this point in the history
create .DirIcon symbolic link
  • Loading branch information
peppy authored Dec 4, 2024
2 parents 9005f33 + 83ad580 commit 9ac3e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Builders/LinuxBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public override void Build()

CopyDirectory(Path.Combine(Program.TemplatesPath, app_dir), stagingTarget, true);

File.CreateSymbolicLink(Path.Combine(stagingTarget, ".DirIcon"), "osu.png");

Program.RunCommand("chmod", $"+x {stagingTarget}/AppRun");

RunDotnetPublish(outputDir: publishTarget);
Expand Down

0 comments on commit 9ac3e0b

Please sign in to comment.