Add source headers to setup and start files, and keep windows start file
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
novelWriter – Windows Start Script
|
||||
==================================
|
||||
The main start script for Windows
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
os.curdir = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
if __name__ == "__main__":
|
||||
import nw
|
||||
nw.main()
|
||||
Reference in New Issue
Block a user