Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyDubnium authored Apr 24, 2021
1 parent 14c3084 commit 8a00933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python "setup.py" build
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from cx_Freeze import setup, Executable
setup(
name = "Spigot Console",
version = "1.1",
description = "Open a Minecraft Server",
executables = [Executable("Spigot Console.py")]
)

0 comments on commit 8a00933

Please sign in to comment.