mirror of
https://github.com/blueskythlikesclouds/SonicAudioTools.git
synced 2024-11-23 22:50:58 +01:00
Add appveyor.yml and update licenses
This commit is contained in:
parent
9ffd72adc1
commit
6babbb5a8c
@ -1,8 +1,6 @@
|
||||
Dependency Copyright Notices:
|
||||
# Dependency Copyright Notices
|
||||
|
||||
======
|
||||
NAudio
|
||||
======
|
||||
## NAudio
|
||||
|
||||
Microsoft Public License (Ms-PL)
|
||||
|
||||
@ -36,9 +34,8 @@ A "contributor" is any person that distributes its contribution under this licen
|
||||
|
||||
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
|
||||
|
||||
=========
|
||||
vgmstream
|
||||
=========
|
||||
|
||||
## vgmstream
|
||||
|
||||
Copyright (c) 2008-2010 Adam Gashlin, Fastelbja, Ronny Elfert
|
||||
|
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
# MIT License
|
||||
|
||||
Copyright (c) 2016 Skyth
|
||||
Copyright (c) 2019 Skyth
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
@ -34,4 +34,4 @@ This tool allows you to edit the audio content of a CSB file.
|
||||
It works like ACB Editor, and it is a lot simpler to use than CSB Builder.
|
||||
|
||||
# License
|
||||
See [LICENSE](https://github.com/blueskythlikesclouds/SonicAudioTools/blob/master/LICENSE) for details.
|
||||
See [LICENSE.md](https://github.com/blueskythlikesclouds/SonicAudioTools/blob/master/LICENSE.md) for details.
|
||||
|
18
appveyor.yml
Normal file
18
appveyor.yml
Normal file
@ -0,0 +1,18 @@
|
||||
image: Visual Studio 2017
|
||||
configuration: Release
|
||||
|
||||
assembly_info:
|
||||
patch: true
|
||||
|
||||
before_build:
|
||||
- cmd: nuget restore
|
||||
|
||||
build:
|
||||
project: SonicAudioTools.sln
|
||||
|
||||
after_build:
|
||||
- 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=1024m -ms=on SonicAudioTools.7z ./Release/*
|
||||
|
||||
artifacts:
|
||||
- path: SonicAudioTools.7z
|
||||
name: SonicAudioTools
|
Loading…
Reference in New Issue
Block a user