12 lines
192 B
Python
12 lines
192 B
Python
|
"""
|
||
|
* Author: "PeppermintOS Team(peppermintosteam@proton.me)
|
||
|
*
|
||
|
* License: SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
*
|
||
|
* Publish release ISO
|
||
|
"""
|
||
|
|
||
|
import finish_cleanup
|
||
|
|
||
|
copy_iso_file_release()
|