Remove outdated documentation files related to auto-updates, build instructions, and testing updates. Update dev-app-update.yml and package.json to reflect the correct GitHub owner. This cleanup streamlines the project and ensures accurate configuration for future updates.

This commit is contained in:
chasem-dev
2026-01-22 13:05:34 -05:00
parent a1c74e4175
commit b54eb4e834
6 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
provider: github provider: github
owner: chasem-dev owner: amiayweb # Change to your own GitHub username
repo: Hytale-F2P repo: Hytale-F2P

View File

@@ -141,7 +141,7 @@
}, },
"publish": { "publish": {
"provider": "github", "provider": "github",
"owner": "chasem-dev", "owner": "amiayweb",
"repo": "Hytale-F2P" "repo": "Hytale-F2P"
} }
} }