mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
contributors parsing should work now?
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
python -m venv BuildScripts\venv
|
||||
BuildScripts\venv\Scripts\activate
|
||||
python -m venv .\venv
|
||||
call .\venv\Scripts\activate
|
||||
pip install requests
|
||||
py BuildScripts\contributors.py
|
||||
py .\contributors.py
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
f = open('Assets/contributors.txt', 'w+')
|
||||
f = open(os.path.join(os.path.dirname(__file__), "..", "Assets", "contributors.txt"), "w+")
|
||||
|
||||
try:
|
||||
import requests
|
||||
|
||||
@@ -229,6 +229,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="BuildScripts\build.bat" />
|
||||
<Exec Command="build.bat" WorkingDirectory="$(ProjectDir)\BuildScripts" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user