2022-06-28 13:53:31 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-02-23 08:53:00 +01:00
|
|
|
python3 ../staticoso/Source/Build.py \
|
2022-06-30 23:52:50 +02:00
|
|
|
--SiteDomain="http://sitoctt2fxjvx3lc2iqqef2aeulflprjaasv2xl4zi7sxxbmvjy5b5yd.onion" \
|
2022-11-18 23:13:26 +01:00
|
|
|
--FolderRoots="{'*':'/', 'Assets':'/sitoctt-assets'}" \
|
2022-07-17 22:40:57 +02:00
|
|
|
--NoScripts=True
|
2023-02-23 00:14:59 +01:00
|
|
|
|
2023-03-14 15:23:35 +01:00
|
|
|
sh ./Scripts/PostBuild.Common.sh
|
2023-02-23 00:14:59 +01:00
|
|
|
sh ./Scripts/Prepare.NoStyle.sh
|