-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
This script takes a never-booted DMG and converts it to a VMware Fusion VM. | ||
Requirements: | ||
VMware Fusion 7.x Professional | ||
OS X 10.9.5+ | ||
A never-booted image (i.e. created with AutoDMG) | ||
VMware Fusion Pro | ||
DMG created with AutoDMG | ||
''' | ||
############################################################################## | ||
# Copyright 2016 Joseph Chilcote | ||
# Copyright 2016-Present Joseph Chilcote | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
# use this file except in compliance with the License. You may obtain a copy | ||
|
@@ -24,7 +24,7 @@ Requirements: | |
############################################################################## | ||
|
||
__author__ = 'Joseph Chilcote ([email protected])' | ||
__version__ = '1.0.6' | ||
__version__ = '2.0.0' | ||
|
||
import os | ||
import sys | ||
|