From e12012b667453beecc5533dad80d9d31c7007e3d Mon Sep 17 00:00:00 2001
From: leadnaut
Date: Sat, 12 Oct 2024 12:40:20 +1000
Subject: [PATCH] moved font file to correct location
---
deploypaths.txt | 2 ++
client/font-pet-me-128.dat => font-pet-me-128.dat | Bin
2 files changed, 2 insertions(+)
rename client/font-pet-me-128.dat => font-pet-me-128.dat (100%)
diff --git a/deploypaths.txt b/deploypaths.txt
index c4d0206..4ea71a7 100644
--- a/deploypaths.txt
+++ b/deploypaths.txt
@@ -2,5 +2,7 @@
# deploy.sh will preserve the source directory layout so imports between files
# should still work if all files are copied in
client/
+README.md
pyproject.toml
poetry.lock
+font-pet-me-128.dat
\ No newline at end of file
diff --git a/client/font-pet-me-128.dat b/font-pet-me-128.dat
similarity index 100%
rename from client/font-pet-me-128.dat
rename to font-pet-me-128.dat