mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Update Cleanup script for Windows
This commit is contained in:
parent
ba8217b6b3
commit
43254b7df6
2 changed files with 9 additions and 22 deletions
22
Info.plist
22
Info.plist
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Created by Qt/QMake</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>OneShot</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>NOTE</key>
|
||||
<string>This file was generated by Qt/QMake.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -3,7 +3,14 @@
|
|||
rm -rf journal/mac/__pycache__
|
||||
rm -rf steamshim_parent/build
|
||||
rm -rf build
|
||||
rm -rf bin
|
||||
rm -rf lib
|
||||
rm -rf dist
|
||||
rm -rf x64
|
||||
rm -rf *.sln
|
||||
rm -rf *.vcxproj
|
||||
rm -rf *.vcxproj.filters
|
||||
rm -rf *.user
|
||||
rm -rf _______.app
|
||||
rm -rf OneShot.app
|
||||
rm -rf OneShot
|
||||
|
|
@ -13,7 +20,9 @@ rm -rf cmake_install.cmake
|
|||
rm -rf CMakeCache.txt
|
||||
rm -rf conanbuildinfo.txt
|
||||
rm -rf conaninfo.txt
|
||||
rm -rf conan_imports_manifest.txt
|
||||
rm -rf *.xxd
|
||||
rm -rf *.dir
|
||||
if [ -f .qmake.stash ]
|
||||
then
|
||||
make distclean
|
||||
|
|
|
|||
Loading…
Reference in a new issue