Added portable app support

This commit is contained in:
2026-01-11 17:06:01 -06:00
parent 7dc4ad9b08
commit 2f5271f7c3
13 changed files with 760 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TessesFramework portable.json creator</title>
</head>
<body>
<h1>TessesFramework portable.json creator</h1>
Choose the way you want your app to be portable
<ul>
<li>
<a href="./portableapps/">
PortableApps.com
</a>
</li>
<li>
<a href="./relative/">
Relative To Application
</a>
</li>
</ul>
</body>
</html>