Skip to content

Commit

Permalink
chore: utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinue committed Oct 10, 2023
1 parent 8a6123d commit c13652c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import ctypes, sys
from ctypes import windll, wintypes
import uuid
Expand All @@ -7,6 +8,8 @@
import shutil
from xml.etree import ElementTree

sys.setdefaultencoding('utf-8')

#####################################################################
#
# 使用 vswhere 查找 msbuild
Expand Down

0 comments on commit c13652c

Please sign in to comment.