Skip to content

Commit

Permalink
Fixed icons/windows not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
shouhanzen committed Feb 5, 2024
1 parent b04ea16 commit e32c73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ secrets.sh
build
dist
public/icons/programs/*.ico
public/icons/windows/*
public/icons/windows/*.png

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
1 change: 1 addition & 0 deletions backend/public/icons/windows/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Pins the existence of this directory

0 comments on commit e32c73e

Please sign in to comment.